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 ronaldoussoren
Recipients ronaldoussoren
Date 2013-07-25.13:44:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374759898.69.0.624700414808.issue18554@psf.upfronthosting.co.za>
In-reply-to
Content
On Unix the __all__ of the os module doesn't list the names imported from the posix module. 

The attached patch ensures that exports from the posix module are added to __all__, just like they are for NT and for Python 2.7.
History
Date User Action Args
2013-07-25 13:44:58ronaldoussorensetrecipients: + ronaldoussoren
2013-07-25 13:44:58ronaldoussorensetmessageid: <1374759898.69.0.624700414808.issue18554@psf.upfronthosting.co.za>
2013-07-25 13:44:58ronaldoussorenlinkissue18554 messages
2013-07-25 13:44:58ronaldoussorencreate