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年01月21日 04:17 by py.user, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg151718 - (view) | Author: py.user (py.user) * | Date: 2012年01月21日 04:17 | |
help(bytes.strip): strip(...) B.strip([bytes]) -> bytes Strip leading and trailing bytes contained in the argument. If the argument is omitted, strip trailing ASCII whitespace. |
|||
| msg151788 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年01月22日 20:31 | |
New changeset 960d93deb8c2 by Georg Brandl in branch '3.2': Fix #13834: strip() strips leading and trailing whitespace. http://hg.python.org/cpython/rev/960d93deb8c2 |
|||
| msg151789 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年01月22日 20:32 | |
Fixed, thanks! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:25 | admin | set | github: 58042 |
| 2012年01月22日 20:32:02 | georg.brandl | set | status: open -> closed nosy: + georg.brandl messages: + msg151789 resolution: fixed |
| 2012年01月22日 20:31:46 | python-dev | set | nosy:
+ python-dev messages: + msg151788 |
| 2012年01月21日 04:17:08 | py.user | create | |