]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove unicode_default_encoding constant
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 1 Sep 2010 19:39:01 +0000 (19:39 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 1 Sep 2010 19:39:01 +0000 (19:39 +0000)
commit42cb4626820e466177e49c283e37e15375c3efed
tree0f9df30fa645282eb9a48badb8d70a0e804bca00
parente0f9863a613b7e00794475bf4286c1dcf688ac26
Remove unicode_default_encoding constant

Inline its value in PyUnicode_GetDefaultEncoding(). The comment is now outdated
(we will not change its value anymore).
Objects/unicodeobject.c