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 martin.panter
Recipients Unit03, berker.peksag, martin.panter, maurosr, milap.py, python-dev, r.david.murray, selik, serhiy.storchaka, taddeimania
Date 2015-11-05.03:53:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446695617.44.0.0728260106828.issue23883@psf.upfronthosting.co.za>
In-reply-to
Content
Michael: According to Issue 18554, os.__all__ was fixed in 3.5. Can you confirm? It is working for me:

Python 3.5.0 (default, Sep 20 2015, 11:28:25) 
[GCC 5.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> "getcwd" in os.__all__
True
History
Date User Action Args
2015-11-05 03:53:37martin.pantersetrecipients: + martin.panter, r.david.murray, python-dev, berker.peksag, serhiy.storchaka, milap.py, maurosr, taddeimania, Unit03, selik
2015-11-05 03:53:37martin.pantersetmessageid: <1446695617.44.0.0728260106828.issue23883@psf.upfronthosting.co.za>
2015-11-05 03:53:37martin.panterlinkissue23883 messages
2015-11-05 03:53:36martin.pantercreate