]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* wdbframewin.py (re_eval): set __privileged__ in globals so private
authorGuido van Rossum <guido@python.org>
Tue, 14 Dec 1993 15:54:01 +0000 (15:54 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 14 Dec 1993 15:54:01 +0000 (15:54 +0000)
commit79c85f1778c31ebdae09d2e2802e15e7d4f237b9
tree93c7c6f1fe76c63b9400b4ee55d4d8bedb79bfb8
parent6930b3d18da1ce43d5a0c8099df66b8c59490465
* wdbframewin.py (re_eval): set __privileged__ in globals so private
  variables can still be seen by the debugger
* ftplib.py (retrlines): args should be *args.
* ChangeLog: entries for Sjoerd's addition sunau.py and changes to aiff.py
* test_md5.py: test program for built-in md5 module
Lib/ftplib.py
Lib/lib-stdwin/wdbframewin.py
Lib/stdwin/wdbframewin.py
Lib/test/test_md5.py [new file with mode: 0644]