]> granicus.if.org Git - python/commitdiff
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 17 Dec 2016 20:15:10 +0000 (22:15 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 17 Dec 2016 20:15:10 +0000 (22:15 +0200)
form.

1  2 
Misc/NEWS
Objects/bytesobject.c

diff --cc Misc/NEWS
index b2cbad1289a2d367dd63265c212ade71ca87ae6f,ed10395f54a17f29d7e0000614f2add959ab7d80..718a5d5dad6e5eb394ea9a7469207d2fd98a853f
+++ b/Misc/NEWS
@@@ -10,12 -10,9 +10,15 @@@ What's New in Python 3.7.0 alpha 
  Core and Builtins
  -----------------
  
+ - Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
+   form.
 +- Issue #18896: Python function can now have more than 255 parameters.
 +  collections.namedtuple() now supports tuples with more than 255 elements.
 +
 +- Issue #28596: The preferred encoding is UTF-8 on Android. Patch written by
 +  Chi Hsuan Yen.
 +
  - Issue #26919: On Android, operating system data is now always encoded/decoded
    to/from UTF-8, instead of the locale encoding to avoid inconsistencies with
    os.fsencode() and os.fsdecode() which are already using UTF-8.
Simple merge