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 pitrou
Recipients belopolsky, georg.brandl, jcea, lemburg, mark.dickinson, ncoghlan, pitrou
Date 2011-02-23.11:37:22
SpamBayes Score 6.4507956e-05
Marked as misclassified No
Message-id <1298461039.3710.32.camel@localhost.localdomain>
In-reply-to <4D64F02D.3010504@egenix.com>
Content
> > So, IMO, practicality beats purity here. Especially since it is bound to
> > land in a bugfix release (3.2.1), which users don't expect to produce
> > regressions in their own code.
> 
> Nope. Your suggestion would be a new feature and those are not
> allowed in patch level releases.

What new feature are you talking about? I think you misunderstood the
actual issue: NULL as an empty string *worked* in 3.1 and that's why we
have a regression with _pickle here.

So, in the end, you are the one proposing a change in actual behaviour,
while I'm trying to minimize changes (and breakage).
History
Date User Action Args
2011-02-23 11:37:23pitrousetrecipients: + pitrou, lemburg, georg.brandl, jcea, mark.dickinson, ncoghlan, belopolsky
2011-02-23 11:37:22pitroulinkissue11286 messages
2011-02-23 11:37:22pitroucreate