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 serhiy.storchaka
Recipients Arfrever, eric.snow, georg.brandl, larry, ncoghlan, serhiy.storchaka
Date 2013-12-17.15:45:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457253.mBQGYT3DiJ@raxxla>
In-reply-to <1387294396.62.0.420256893926.issue19518@psf.upfronthosting.co.za>
Content
> Are those five functions new in 3.4 and undocumented?

PyErr_SetFromErrnoWithFilenameObject exists even in 2.7. Other 4 
PyImport_*Object functions all added in 3.3 (see issue3080). All 5 functions 
are documented.

14 new functions were added in 3.4.
History
Date User Action Args
2013-12-17 15:45:44serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, ncoghlan, larry, Arfrever, eric.snow
2013-12-17 15:45:44serhiy.storchakalinkissue19518 messages
2013-12-17 15:45:44serhiy.storchakacreate