diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -413,6 +413,7 @@ Joel Shprentz Itamar Shtull-Trauring Eric Siegerman Paul Sijben +Kirill Simonov Nathan Paul Simons Janne Sinkkonen George Sipe @@ -56,7 +56,8 @@ Extension modules hole was quickly plugged in zlib-1.1.4, and the Windows build of Python now ships with zlib-1.1.4. -- pwd and grp return enhanced tuples now, with symbolic field names. +- pwd, grp, and resource 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 |