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 terry.reedy
Recipients Claudiu.Popa, kbk, loewis, pitrou, ppperry, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-10-13.02:46:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413168393.87.0.527850258737.issue21986@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that a test for dumps would be a good idea.  Ditto for hundreds of other untested functions.  I don't see this one as a priority.

PyShell imports non-idlelib modules, including re, before idlelib modules, such as rpc.  So the re addition is there, though I strongly doubt that compiled regexs are every sent to the user process.  Since about 10 different messages of different types are sent as part of startup, the fact that Idle does start is strong evidence that dumps and much of the rest of rpc is ok.  I would start a test of rpc by documenting the protocol and listing the messages types so at least one of each could be tested.
History
Date User Action Args
2014-10-13 02:46:33terry.reedysetrecipients: + terry.reedy, loewis, kbk, pitrou, roger.serwy, Claudiu.Popa, python-dev, serhiy.storchaka, ppperry
2014-10-13 02:46:33terry.reedysetmessageid: <1413168393.87.0.527850258737.issue21986@psf.upfronthosting.co.za>
2014-10-13 02:46:33terry.reedylinkissue21986 messages
2014-10-13 02:46:33terry.reedycreate