]> granicus.if.org Git - python/commit
PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unicode metho...
authorEric Smith <eric@trueblade.com>
Mon, 27 Aug 2007 11:28:18 +0000 (11:28 +0000)
committerEric Smith <eric@trueblade.com>
Mon, 27 Aug 2007 11:28:18 +0000 (11:28 +0000)
commite226b559637ca8a9972879b1ce33c9d99f449636
tree31ee1c66165b8eee735d9ae39a9ed0f5378c25c8
parent8cef8a89029651d1067510b9f776e1e450504b7b
PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unicode methods instead (per GvR suggestion).
Include/unicodeobject.h
Lib/string.py
Objects/unicodeobject.c
Python/sysmodule.c