summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-09 21:41:39 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-09 21:41:39 (GMT)
commitfaf7060fa0d4a0821a1df5111ac6f25bd0a48a9f (patch)
tree6dad2572d56823b784cf45590f0b94003ca0f066 /Misc
parentb63902a74834e3e7d15356ff60e017ee6efba2a7 (diff)
downloadcpython-faf7060fa0d4a0821a1df5111ac6f25bd0a48a9f.zip
cpython-faf7060fa0d4a0821a1df5111ac6f25bd0a48a9f.tar.gz
cpython-faf7060fa0d4a0821a1df5111ac6f25bd0a48a9f.tar.bz2
Fixed markup in Misc/NEWS.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS15
1 files changed, 8 insertions, 7 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eee7d73..0175f47 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1675,7 +1675,7 @@ Core and Builtins
- Issue #20637: Key-sharing now also works for instance dictionaries of
subclasses. Patch by Peter Ingebretson.
-- Issue #12546: Allow \x00 to be used as a fill character when using str, int,
+- Issue #12546: Allow ``\x00`` to be used as a fill character when using str, int,
float, and complex __format__ methods.
- Issue #13598: Modify string.Formatter to support auto-numbering of
@@ -3418,7 +3418,7 @@ Build
upgrade pip by default, using the bundled pip provided by the new ensurepip
module. A new configure option, --with-ensurepip[=upgrade|install|no], is
available to override the default ensurepip "--upgrade" option. The option
- can also be set with "make [alt]install ENSUREPIP=[upgrade|install\no]".
+ can also be set with "make [alt]install ENSUREPIP=[upgrade|install|no]".
- Issue #19551: PEP 453 - the OS X installer now installs pip by default.
@@ -3587,7 +3587,7 @@ Library
- Issue #10712: 2to3 has a new "asserts" fixer that replaces deprecated names
of unittest methods (e.g. failUnlessEqual -> assertEqual).
-- Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
+- Issue #18037: 2to3 now escapes ``'\u'`` and ``'\U'`` in native strings.
- Issue #17839: base64.decodebytes and base64.encodebytes now accept any
object that exports a 1 dimensional array of bytes (this means the same
@@ -4254,7 +4254,7 @@ Core and Builtins
- Issue #5308: Raise ValueError when marshalling too large object (a sequence
with size >= 2**31), instead of producing illegal marshal data.
-- Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
+- Issue #12983: Bytes literals with invalid ``\x`` escape now raise a SyntaxError
and a full traceback including line number.
- Issue #16967: In function definition, evaluate positional defaults before
@@ -4625,7 +4625,7 @@ Library
loaded X.509 certs, X.509 CA certs and CRLs.
- Issue #18167: cgi.FieldStorage no longer fails to handle multipart/form-data
- when \r\n appears at end of 65535 bytes without other newlines.
+ when ``\r\n`` appears at end of 65535 bytes without other newlines.
- Issue #18076: Introduce importlib.util.decode_source().
@@ -5238,8 +5238,9 @@ Library
- Issue #16900: Issue a ResourceWarning when an ssl socket is left unclosed.
-- Issue #13899: \A, \Z, and \B now correctly match the A, Z, and B literals
- when used inside character classes (e.g. '[\A]'). Patch by Matthew Barnett.
+- Issue #13899: ``\A``, ``\Z``, and ``\B`` now correctly match the A, Z,
+ and B literals when used inside character classes (e.g. ``'[\A]'``).
+ Patch by Matthew Barnett.
- Issue #15545: Fix regression in sqlite3's iterdump method where it was
failing if the connection used a row factory (such as sqlite3.Row) that