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 eric.araujo
Recipients Arfrever, eric.araujo, ezio.melotti, georg.brandl, hynek, jcea, larry, loewis, mrts, ncoghlan, neologix, petri.lehtinen, pitrou, python-dev, rosslagerwall, schmir, tarek, teamnoir
Date 2012-06-24.06:42:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340520125.8.0.923122930859.issue4489@psf.upfronthosting.co.za>
In-reply-to
Content
The code using set operations seems slightly too cryptic for me, even though I’m comfortable with sets and functions as first-class objects.  A matter of taste I guess.

BTW it sounds a bit strange to me to have the verb in the singular in supports_dir_fd when its meaning is “the functions in this set support dir_fd”.  I guess it’s too late to propose “os.open.supports_dir_fd and os.unlink.supports_dir_fd” (and I don’t know if that is feasible with C functions) :)
History
Date User Action Args
2012-06-24 06:42:05eric.araujosetrecipients: + eric.araujo, loewis, georg.brandl, jcea, ncoghlan, pitrou, larry, schmir, tarek, ezio.melotti, Arfrever, mrts, neologix, teamnoir, rosslagerwall, python-dev, petri.lehtinen, hynek
2012-06-24 06:42:05eric.araujosetmessageid: <1340520125.8.0.923122930859.issue4489@psf.upfronthosting.co.za>
2012-06-24 06:42:05eric.araujolinkissue4489 messages
2012-06-24 06:42:04eric.araujocreate