Issue18554
Created on 2013-07-25 13:44 by ronaldoussoren, last changed 2014-09-26 16:34 by yselivanov. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| incomplete-os-all.txt | ronaldoussoren, 2013-07-25 13:44 | review | ||
| Messages (6) | |||
|---|---|---|---|
| msg193696 - (view) | Author: Ronald Oussoren (ronaldoussoren) * | Date: 2013-07-25 13:44 | |
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. |
|||
| msg209846 - (view) | Author: Yury Selivanov (yselivanov) * | Date: 2014-01-31 23:46 | |
bump? |
|||
| msg225512 - (view) | Author: Martin Panter (martin.panter) * | Date: 2014-08-19 01:06 | |
I ran into this today, trying to do “help(os)”. The workaround was to do “import posix; help(posix)”. |
|||
| msg225751 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | Date: 2014-08-23 16:34 | |
LGTM. Please commit. |
|||
| msg227631 - (view) | Author: Roundup Robot (python-dev) | Date: 2014-09-26 16:33 | |
New changeset 7230978647a8 by Yury Selivanov in branch 'default': os: Include posix functions in os.__all__. Closes issue #18554. https://hg.python.org/cpython/rev/7230978647a8 |
|||
| msg227632 - (view) | Author: Yury Selivanov (yselivanov) * | Date: 2014-09-26 16:34 | |
Thanks for the patch. I've committed this to 3.5 only, as there is a slight chance that it breaks backwards compatibility for some scripts. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-09-26 16:34:24 | yselivanov | set | status: open -> closed resolution: fixed messages: + msg227632 |
| 2014-09-26 16:33:17 | python-dev | set | nosy:
+ python-dev messages: + msg227631 |
| 2014-08-23 16:34:07 | serhiy.storchaka | set | versions:
+ Python 2.7, Python 3.5, - Python 3.3 nosy: + serhiy.storchaka messages: + msg225751 assignee: ronaldoussoren |
| 2014-08-19 01:06:51 | martin.panter | set | nosy:
+ martin.panter messages: + msg225512 |
| 2014-01-31 23:46:10 | yselivanov | set | nosy:
+ yselivanov messages: + msg209846 |
| 2013-07-25 13:44:58 | ronaldoussoren | create | |