commit | 5b3687df2e6dce2c09662ec9287e8f23075c4f1d | [log] [tgz] |
---|---|---|
author | Fredrik Lundh <fredrik@pythonware.com> | Tue Oct 12 15:26:28 2004 +0000 |
committer | Fredrik Lundh <fredrik@pythonware.com> | Tue Oct 12 15:26:28 2004 +0000 |
tree | 5bd9cee1abd6c618abac496c4a72eba05920c297 | |
parent | abf8a56e68a38f5bcff1fa1aa3742ff35854dd45 [diff] [blame] |
Added Peter Astrand's subprocess module.
diff --git a/Misc/NEWS b/Misc/NEWS index e7a7c7d..4468fc1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,8 @@ Library ------- +- Added Peter Astrand's subprocess.py module. See PEP 327 for details. + - time.strptime() now properly escapes timezones and all other locale-specific strings for regex-specific symbols. Was breaking under Japanese Windows when the timezone was specified as "Tokyo (standard time)".