This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2013-07-15.12:07:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373890041.01.0.998276597574.issue18457@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which fixes some bugs in Tools/demo/ss1.py:

* Saving formulas containing & and < symbols.
* Saving complex numbers.

Also it a little cleanups the code:

* Using xml.sax.saxutils.escape instead of html.escape.
* Using the with statement for file I/O.
* Removed out-of-dated and redundant code.

On Python 2 the ss1.py demo is totally broken due to using out-of-dated rexec module.
History
Date User Action Args
2013-07-15 12:07:21serhiy.storchakasetrecipients: + serhiy.storchaka
2013-07-15 12:07:21serhiy.storchakasetmessageid: <1373890041.01.0.998276597574.issue18457@psf.upfronthosting.co.za>
2013-07-15 12:07:20serhiy.storchakalinkissue18457 messages
2013-07-15 12:07:20serhiy.storchakacreate