[Checkins] SVN: grok/trunk/doc/reference/ Remove getApplication deprecation notices.

Uli Fouquet uli at gnufix.de
Wed Jan 5 17:55:22 EST 2011


Log message for revision 119404:
  Remove getApplication deprecation notices.

Changed:
  U   grok/trunk/doc/reference/functions.rst
  U   grok/trunk/doc/reference/utils.rst

-=-
Modified: grok/trunk/doc/reference/functions.rst
===================================================================
--- grok/trunk/doc/reference/functions.rst	2011-01-05 21:07:51 UTC (rev 119403)
+++ grok/trunk/doc/reference/functions.rst	2011-01-05 22:55:19 UTC (rev 119404)
@@ -83,6 +83,7 @@
 
 .. autofunction:: grok.getApplication()
 
+
 :func:`grok.getSite`
 ====================
 

Modified: grok/trunk/doc/reference/utils.rst
===================================================================
--- grok/trunk/doc/reference/utils.rst	2011-01-05 21:07:51 UTC (rev 119403)
+++ grok/trunk/doc/reference/utils.rst	2011-01-05 22:55:19 UTC (rev 119404)
@@ -30,16 +30,12 @@
 :func:`grok.util.getApplication`
 ================================
 
-This function is also exported to the main grok namespace and can be
-called at :func:`grok.getApplication`.
+This function is also availbale in the main grok namespace and can be
+called as :func:`grok.getApplication`.
 
 .. autofunction:: grok.util.getApplication()
 
-    .. deprecated:: 1.4
-       This function has been moved to :mod:`grokcore.site`. Use
-       :func:`grokcore.site.getApplication` instead.
 
-
 :func:`grok.util.safely_locate_maybe`
 =====================================
 



More information about the checkins mailing list