]> granicus.if.org Git - python/commitdiff
Fix rst markup errors.
authorGeorg Brandl <georg@python.org>
Sat, 20 Nov 2010 10:24:34 +0000 (10:24 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 20 Nov 2010 10:24:34 +0000 (10:24 +0000)
Misc/NEWS

index 138f0f58ef55a91c187a4291e2cc4a5c3fe3bb4b..d5a002b125855a405696241b805de312f34c79cf 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,7 +61,7 @@ Core and Builtins
   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 @@ Library
   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.