diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-03-01 10:47:37 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-03-01 10:47:37 (GMT) |
commit | 29001ff2341fe10a0f97c662b31c061cfad4fb5e (patch) | |
tree | 79613ebc2bd08c5d653e840ca40d31c425e7b925 /Misc | |
parent | dbd55b3737e122b4cc06473f7b48aa9c8f114551 (diff) | |
download | cpython-29001ff2341fe10a0f97c662b31c061cfad4fb5e.zip cpython-29001ff2341fe10a0f97c662b31c061cfad4fb5e.tar.gz cpython-29001ff2341fe10a0f97c662b31c061cfad4fb5e.tar.bz2 |
Patch #523268, #522027: return enhanced tuples.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ Core and builtins Extension modules +- pwd and grp return enhanced tuples now, with symbolic field names. + - array.array is now a type object. A new format character 'u' indicates Py_UNICODE arrays. For those, .tounicode and .fromunicode methods are available. Arrays now support __iadd__ |