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 orsenthil
Recipients amaury.forgeotdarc, eric.araujo, loewis, ncoghlan, orsenthil, pitrou, vstinner
Date 2010-10-15.07:18:19
SpamBayes Score 6.3850543e-06
Marked as misclassified No
Message-id <20101015071811.GC14818@remy>
In-reply-to <1286996500.23.0.0250789164181.issue10089@psf.upfronthosting.co.za>
Content
On Wed, Oct 13, 2010 at 07:01:40PM +0000, Antoine Pitrou wrote:
> $ ./python -Xa,b=c,d -Xe,f=g=h -c "import sys; print(sys.xoptions)"
> {'a': True, 'b': 'c', 'e': True, 'd': True, 'f': 'g=h'}

Docs should be updated too. I see that the values could either be True
or a string? Would this be perceived as a limitation?
History
Date User Action Args
2010-10-15 07:18:21orsenthilsetrecipients: + orsenthil, loewis, amaury.forgeotdarc, ncoghlan, pitrou, vstinner, eric.araujo
2010-10-15 07:18:20orsenthillinkissue10089 messages
2010-10-15 07:18:19orsenthilcreate