[Python-checkins] r86550 - python/branches/py3k/Misc/NEWS

georg.brandl python-checkins at python.org
Sat Nov 20 11:24:34 CET 2010


Author: georg.brandl
Date: Sat Nov 20 11:24:34 2010
New Revision: 86550

Log:
Fix rst markup errors.

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sat Nov 20 11:24:34 2010
@@ -61,7 +61,7 @@
   undocumented value PyBUF_SHADOW, and strangely-looking code in
   PyMemoryView_GetContiguous.
 
-- Issue #6081: Add str.format_map, similar to str.format(**mapping).
+- Issue #6081: Add str.format_map(), similar to ``str.format(**mapping)``.
 
 - If FileIO.__init__ fails, close the file descriptor.
 
@@ -126,7 +126,7 @@
   there are non-base64 alphabet characters in the input.
 
 - Issue #10386: Add __all__ to token module; this simplifies importing in
-  tokenize module and prevents leaking of private names through import *.
+  tokenize module and prevents leaking of private names through ``import *``.
 
 - Issue #4471: Properly shutdown socket in IMAP.shutdown().  Patch by Lorenzo
   M. Catucci.


More information about the Python-checkins mailing list