]> granicus.if.org Git - python/commit
Issue #26754: Undocumented support of general bytes-like objects
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 6 Aug 2016 20:29:29 +0000 (23:29 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 6 Aug 2016 20:29:29 +0000 (23:29 +0300)
commitfebc3320563bf597e186ebce75abdac2926ceeb6
tree1360725b7e65af72348ed78687257249ccf1d36e
parentd73c31899e88aa5a1cc28f288cc70a35f2a196c2
Issue #26754: Undocumented support of general bytes-like objects
as path in compile() and similar functions is now deprecated.
Doc/whatsnew/3.6.rst
Lib/test/test_compile.py
Lib/test/test_parser.py
Lib/test/test_symtable.py
Lib/test/test_zipimport.py
Misc/NEWS
Objects/unicodeobject.c