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 Mark.Shannon, benjamin.peterson, pitrou, terry.reedy
Date 2012-01-29.18:43:52
SpamBayes Score 0.0010695577
Marked as misclassified No
Message-id <1327862633.8.0.201318780134.issue13903@psf.upfronthosting.co.za>
In-reply-to
Content
In the initial comment, 'Dummy' to 'Deleted' here but only here:
-   Holds an active (key, value) pair.  Active can transition to Dummy 
+   Holds an active (key, value) pair.  Active can transition to Deleted 

Im Lib/test/test_pprint.py
     def test_set_reprs(self): ...
         # Consequently, this test is fragile and ...
+        # XXX So why include this "test" in the first place?
Raymond, I believe you added this 44927 and revised for 3.x in 45067.
I imagine it will also be a problem with randomized hashes. Should it be removed or somehow revised?
History
Date User Action Args
2012-01-29 18:43:53terry.reedysetrecipients: + terry.reedy, pitrou, benjamin.peterson, Mark.Shannon
2012-01-29 18:43:53terry.reedysetmessageid: <1327862633.8.0.201318780134.issue13903@psf.upfronthosting.co.za>
2012-01-29 18:43:53terry.reedylinkissue13903 messages
2012-01-29 18:43:53terry.reedycreate