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 2008年03月27日 11:50 by christian.heimes, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 6572 | closed | lukasz.langa, 2018年04月23日 01:09 | |
| Messages (2) | |||
|---|---|---|---|
| msg64582 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2008年03月27日 11:50 | |
See r61976 Clear the blacklist and run the test with ./python Lib/test/regrtest.py -uall test_tokenize to reproduce the issue. |
|||
| msg64609 - (view) | Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) | Date: 2008年03月27日 23:24 | |
Actually, the problem is that untokenize does not put spaces between two consecutive string literals: '' '' => '''' Corrected with r61979. Will backport |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46747 |
| 2018年04月23日 01:09:05 | lukasz.langa | set | pull_requests: + pull_request6271 |
| 2008年03月27日 23:24:21 | amaury.forgeotdarc | set | status: open -> closed resolution: fixed messages: + msg64609 nosy: + amaury.forgeotdarc |
| 2008年03月27日 11:50:02 | christian.heimes | create | |