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.
Created on 2012年06月24日 10:31 by georg.brandl, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| pathconf.diff | georg.brandl, 2012年06月24日 10:31 | review | ||
| truncate.diff | georg.brandl, 2012年06月24日 10:31 | review | ||
| Messages (2) | |||
|---|---|---|---|
| msg163760 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年06月24日 10:31 | |
For pathconf() / fpathconf() and truncate() / ftruncate() the former didn't support fds as path. These two patches should fix it. |
|||
| msg163766 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年06月24日 10:57 | |
New changeset da416ff1ecf5 by Georg Brandl in branch 'default': Closes #15161: add support for giving path as a fd for truncate() and pathconf(). http://hg.python.org/cpython/rev/da416ff1ecf5 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:32 | admin | set | github: 59366 |
| 2012年06月24日 10:57:08 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg163766 resolution: fixed stage: resolved |
| 2012年06月24日 10:31:33 | georg.brandl | set | files: + truncate.diff |
| 2012年06月24日 10:31:24 | georg.brandl | create | |