]> granicus.if.org Git - python/commit
Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 16 Jul 2013 18:58:37 +0000 (21:58 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 16 Jul 2013 18:58:37 +0000 (21:58 +0300)
commitc9b3f6f5ef7384ca9f8253a8c3a73b538a086262
tree61d7a2c3f8b38cdfca948b3a70f75e641616f12a
parent743e3d51393ddef2ed16109be02a05ec49e3ab65
parentec7ddd90280b1a27e4a0aed6f16b30cf6425642f
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.
Misc/NEWS