diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-03-23 18:18:35 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-03-23 18:18:35 (GMT) |
commit | bd8dbab247e980920cab7710d4707ccbf60a30b1 (patch) | |
tree | 7ec6faf19757bd922f95f8327f6569b2bfc222f2 /Misc | |
parent | 83be9669c8c0009dadc0f1fbc0e07a1511223003 (diff) | |
download | cpython-bd8dbab247e980920cab7710d4707ccbf60a30b1.zip cpython-bd8dbab247e980920cab7710d4707ccbf60a30b1.tar.gz cpython-bd8dbab247e980920cab7710d4707ccbf60a30b1.tar.bz2 |
Preserve command name, for later printing of active
commands. If there are active commands when the tests
start, fail, printing these commands.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -483,6 +483,8 @@ Extension Modules Library ------- +- popen2.Popen objects now preserve the command in a .cmd attribute. + - Added the ctypes ffi package. - email 4.0 package now integrated. This is largely the same as the email 3.0 |