diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-07-16 18:58:37 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-07-16 18:58:37 (GMT) |
commit | c9b3f6f5ef7384ca9f8253a8c3a73b538a086262 (patch) | |
tree | 61d7a2c3f8b38cdfca948b3a70f75e641616f12a /Misc | |
parent | 743e3d51393ddef2ed16109be02a05ec49e3ab65 (diff) | |
parent | ec7ddd90280b1a27e4a0aed6f16b30cf6425642f (diff) | |
download | cpython-c9b3f6f5ef7384ca9f8253a8c3a73b538a086262.zip cpython-c9b3f6f5ef7384ca9f8253a8c3a73b538a086262.tar.gz cpython-c9b3f6f5ef7384ca9f8253a8c3a73b538a086262.tar.bz2 |
Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.
Useed context managers for file I/O.
Removed out-of-dated code and misleading comments.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -673,6 +673,9 @@ Build Tools/Demos ----------- +- Issue #18457: Fixed saving of formulas and complex numbers in + Tools/demo/ss1.py. + - Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by FĂ©vry Thibault. |