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 michael.foord
Recipients michael.foord
Date 2013-04-08.10:48:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365418089.99.0.0976801798706.issue17660@psf.upfronthosting.co.za>
In-reply-to
Content
When patching builtin names (e.g. open) in a specific namespace you need to specify "create=True" or patch will refuse to create a name that doesn't exist.

patch could whitelist the builtin names, when the patch target is a module object, to not require the "create=True".
History
Date User Action Args
2013-04-08 10:48:10michael.foordsetrecipients: + michael.foord
2013-04-08 10:48:09michael.foordsetmessageid: <1365418089.99.0.0976801798706.issue17660@psf.upfronthosting.co.za>
2013-04-08 10:48:09michael.foordlinkissue17660 messages
2013-04-08 10:48:09michael.foordcreate