[Python-checkins] r61315 - peps/trunk/pep-3100.txt

brett.cannon python-checkins at python.org
Sat Mar 8 21:33:20 CET 2008


Author: brett.cannon
Date: Sat Mar  8 21:33:19 2008
New Revision: 61315

Modified:
   peps/trunk/pep-3100.txt
Log:
Fix a spelling typo and add a little markup.


Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Sat Mar  8 21:33:19 2008
@@ -84,8 +84,9 @@
 * Imports [#pep328]_
     + Imports will be absolute by default. [done]
     + Relative imports must be explicitly specified. [done]
-    + Indirection entries in sys.modules (i.e., a value of None for
-      A.string means to use the top-level sring module) will not be supported.
+    + Indirection entries in ``sys.modules`` (i.e., a value of ``None`` for
+      ``A.string`` means to use the top-level ``string`` module) will not be
+      supported.
 * __init__.py might become optional in sub-packages?  __init__.py will still
   be required for top-level packages.
 * Cleanup the Py_InitModule() variants {,3,4} (also import and parser APIs)


More information about the Python-checkins mailing list