diff options
author | Eric Smith <eric@trueblade.com> | 2008-02-17 19:46:49 +0000 |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2008-02-17 19:46:49 +0000 |
commit | a9f7d6248032c9572b4d2024a1be8bd2823af09f (patch) | |
tree | 5465a1051312055678248db0076d314924ee4ebc /LICENSE | |
parent | Issue 2112. mmap does not raises EnvironmentError no more, but (diff) | |
download | cpython-a9f7d6248032c9572b4d2024a1be8bd2823af09f.tar.gz cpython-a9f7d6248032c9572b4d2024a1be8bd2823af09f.tar.bz2 cpython-a9f7d6248032c9572b4d2024a1be8bd2823af09f.zip |
Backport of PEP 3101, Advanced String Formatting, from py3k.
Highlights:
- Adding PyObject_Format.
- Adding string.Format class.
- Adding __format__ for str, unicode, int, long, float, datetime.
- Adding builtin format.
- Adding ''.format and u''.format.
- str/unicode fixups for formatters.
The files in Objects/stringlib that implement PEP 3101 (stringdefs.h,
unicodedefs.h, formatter.h, string_format.h) are identical in trunk
and py3k. Any changes from here on should be made to trunk, and
changes will propogate to py3k).
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions