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 belopolsky
Recipients Leo.Na, belopolsky
Date 2010-12-14.14:45:32
SpamBayes Score 0.00017466322
Marked as misclassified No
Message-id <1292337934.56.0.866476621624.issue10700@psf.upfronthosting.co.za>
In-reply-to
Content
This is a known problem. See issues #1062277 and #9269.  You can work around the issue by using a dict.  I am attaching two test files. First, set-graph.py, reproduces the issue in 3.x and the second, dict-graph.py, contains a workaround.
History
Date User Action Args
2010-12-14 14:45:34belopolskysetrecipients: + belopolsky, Leo.Na
2010-12-14 14:45:34belopolskysetmessageid: <1292337934.56.0.866476621624.issue10700@psf.upfronthosting.co.za>
2010-12-14 14:45:33belopolskylinkissue10700 messages
2010-12-14 14:45:33belopolskycreate