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 Christophe Simonis, belopolsky, jackdied, pitrou, rhettinger, vdupras
Date 2010-11-30.19:51:11
SpamBayes Score 7.939226e-06
Marked as misclassified No
Message-id <1291146675.16.0.172173318452.issue7830@psf.upfronthosting.co.za>
In-reply-to
Content
The original motivation for the patch was that if partial() objects are guaranteed to be flat, it would simplify code that deals with them.  See issue4331 for one example.

With a "conservative" patch, however, it will still be possible to create nested partials and the code consuming partials should be ready for that.
History
Date User Action Args
2010-11-30 19:51:15belopolskysetrecipients: + belopolsky, rhettinger, pitrou, jackdied, vdupras, Christophe Simonis
2010-11-30 19:51:15belopolskysetmessageid: <1291146675.16.0.172173318452.issue7830@psf.upfronthosting.co.za>
2010-11-30 19:51:11belopolskylinkissue7830 messages
2010-11-30 19:51:11belopolskycreate