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 neologix
Recipients benjamin.peterson, ezio.melotti, georg.brandl, loewis, neologix, petri.lehtinen, pitrou, rhettinger, rosslagerwall, vstinner
Date 2011-10-25.18:45:10
SpamBayes Score 3.6877324e-07
Marked as misclassified No
Message-id <1319568322.99.0.352396670297.issue13263@psf.upfronthosting.co.za>
In-reply-to
Content
> I think there is a value to use the very same function names in the 
> posix module as in the posix API.

It would still be the case, except that they'd live in distinct submodule.

> The posix API (and C in general) is also flat, and uses the prefix 
> convention.

That's because C doesn't have namespaces: it's certainly due to this limitation, and not a design choice (and when you think about it, there is a namespace hierarchy, in the header files: <sys/sched.h>, <attr/xatr.h>, etc.).
History
Date User Action Args
2011-10-25 18:45:23neologixsetrecipients: + neologix, loewis, georg.brandl, rhettinger, pitrou, vstinner, benjamin.peterson, ezio.melotti, rosslagerwall, petri.lehtinen
2011-10-25 18:45:22neologixsetmessageid: <1319568322.99.0.352396670297.issue13263@psf.upfronthosting.co.za>
2011-10-25 18:45:10neologixlinkissue13263 messages
2011-10-25 18:45:10neologixcreate