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 loewis
Recipients a.badger, loewis, vstinner
Date 2008-11-24.07:39:45
SpamBayes Score 2.3278294e-07
Marked as misclassified No
Message-id <492A5A40.7070903@v.loewis.de>
In-reply-to <1227510432.17.0.97541109132.issue4006@psf.upfronthosting.co.za>
Content
Toshio Kuratomi wrote:
> So what's the reason this is not a bug?

It's a bug only if the implementation deviates from the specification.
In this case, it does not. The behavior is intentional: python
deliberately drops environment variables it cannot represent as a
string. We know that such environment variables can happen in real
life - that's why they get dropped (rather than raising an exception
at startup).
History
Date User Action Args
2008-11-24 07:39:46loewissetrecipients: + loewis, vstinner, a.badger
2008-11-24 07:39:46loewislinkissue4006 messages
2008-11-24 07:39:46loewiscreate