[Python-checkins] python/nondist/peps pep-0258.txt,1.6,1.7

goodger at users.sourceforge.net goodger at users.sourceforge.net
Fri Apr 23 09:29:37 EDT 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7075

Modified Files:
	pep-0258.txt 
Log Message:
update; text from Edward Loper

Index: pep-0258.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0258.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pep-0258.txt	21 Jun 2003 14:43:18 -0000	1.6
--- pep-0258.txt	23 Apr 2004 13:29:34 -0000	1.7
***************
*** 841,844 ****
--- 841,849 ----
  decree, a standard format or set of formats should emerge.
  
+ A module's ``__docformat__`` variable only applies to the objects
+ defined in the module's file.  In particular, the ``__docformat__``
+ variable in a package's ``__init__.py`` file does not apply to objects
+ defined in subpackages and submodules.
+ 
  The ``__docformat__`` variable is a string containing the name of the
  format being used, a case-insensitive string matching the input




More information about the Python-checkins mailing list