]> granicus.if.org Git - python/commit
Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 28 Dec 2010 13:26:42 +0000 (13:26 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 28 Dec 2010 13:26:42 +0000 (13:26 +0000)
commitda9ec995f66bdb69dce7292abc4e1ca86e6a626a
tree0e32ecfe5b56b5dc0a4c1fc46eae094edf411905
parente398da9ad0533d4bdca43aca8a7ff96cd02b7cfa
Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8

 * Replace "bytes" by "bytes object" in struct error messages
 * Document the API change in What's new in Python 3.2
 * Fix test_wave
 * Remove also ugly implicit conversions in test_struct
Doc/library/struct.rst
Doc/whatsnew/3.2.rst
Lib/test/test_struct.py
Lib/wave.py
Misc/NEWS
Modules/_struct.c