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年09月24日 14:23 by Ramchandra Apte, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg171142 - (view) | Author: Ramchandra Apte (Ramchandra Apte) * | Date: 2012年09月24日 14:23 | |
In http://docs.python.org/py3k/tutorial/stdlib2.html#logging , a text output has Python highlighting; it should be text highlighting This is incorrectly highlighted text: WARNING:root:Warning:config file server.conf not found ERROR:root:Error occurred CRITICAL:root:Critical error -- shutting down |
|||
| msg171144 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年09月24日 14:32 | |
New changeset ce943bce76c9 by Ezio Melotti in branch '2.7': #16019, #16020: fix syntax highlight. http://hg.python.org/cpython/rev/ce943bce76c9 New changeset 101354f95a07 by Ezio Melotti in branch '3.2': #16019, #16020: fix syntax highlight. http://hg.python.org/cpython/rev/101354f95a07 New changeset 62ddf16eea24 by Ezio Melotti in branch 'default': #16019, #16020: merge with 3.2. http://hg.python.org/cpython/rev/62ddf16eea24 |
|||
| msg171147 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2012年09月24日 14:33 | |
Fixed, thanks for the report! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:36 | admin | set | github: 60223 |
| 2012年09月24日 14:33:16 | ezio.melotti | set | status: open -> closed type: enhancement assignee: docs@python -> ezio.melotti versions: + Python 2.7, Python 3.2, Python 3.3 nosy: + ezio.melotti messages: + msg171147 resolution: fixed stage: resolved |
| 2012年09月24日 14:32:02 | python-dev | set | nosy:
+ python-dev messages: + msg171144 |
| 2012年09月24日 14:23:56 | Ramchandra Apte | create | |