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 | python-dev |
|---|---|
| Recipients | jcea, nedbat, python-dev, vstinner |
| Date | 2012年11月03日.15:51:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <3Xv4QL1mz6zR8T@mail.python.org> |
| In-reply-to |
| Content | |
|---|---|
New changeset eb7ea51e658e by Ezio Melotti in branch '2.7': #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. http://hg.python.org/cpython/rev/eb7ea51e658e New changeset 3ffff1798ed5 by Ezio Melotti in branch '3.2': #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. http://hg.python.org/cpython/rev/3ffff1798ed5 New changeset 1fdeddabddda by Ezio Melotti in branch '3.3': #16152: merge with 3.2. http://hg.python.org/cpython/rev/1fdeddabddda New changeset ed091424f230 by Ezio Melotti in branch 'default': #16152: merge with 3.3. http://hg.python.org/cpython/rev/ed091424f230 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012年11月03日 15:51:38 | python-dev | set | recipients: + python-dev, jcea, vstinner, nedbat |
| 2012年11月03日 15:51:38 | python-dev | link | issue16152 messages |
| 2012年11月03日 15:51:38 | python-dev | create | |