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 Arfrever, ezio.melotti, gregory.p.smith, lemburg, loewis, pitrou, vstinner
Date 2010-05-06.04:52:19
SpamBayes Score 0.02386488
Marked as misclassified No
Message-id <4BE24AFE.1080609@v.loewis.de>
In-reply-to <1273106939.47.0.614613634503.issue8603@psf.upfronthosting.co.za>
Content
>> I notice an incompatible change: posix.environ has now a
>> different element type. This is probably fine.
> 
> I don't understand, what is an "element type"?

In a container, the contents is sometimes called "elements"; their
type is the element type. Currently, keys and values are strings;
with the change, they are bytes.
History
Date User Action Args
2010-05-06 04:52:24loewissetrecipients: + loewis, lemburg, gregory.p.smith, pitrou, vstinner, ezio.melotti, Arfrever
2010-05-06 04:52:21loewislinkissue8603 messages
2010-05-06 04:52:20loewiscreate