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.

classification
Title: cannot use typographical quotation marks in bug description
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: eric.smith, mirabilos
Priority: normal Keywords:

Created on 2022-02-09 22:31 by mirabilos, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg412953 - (view) Author: mirabilos (mirabilos) Date: 2022-02-09 22:31
When trying to use typographical quotation marks (U+201C, U+201D) in the Comment field trying to submit a bug here, I get a red-background error message saying:

Error: 'utf8' codec can't decode bytes in position 198-199: invalid continuation byte
msg412955 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2022-02-09 23:28
Please report bug tracker bugs at https://github.com/python/bugs.python.org

Although to be honest I doubt this will be fixed, since we're moving to Github issues.
History
Date User Action Args
2022-04-11 14:59:56adminsetgithub: 90857
2022-02-09 23:28:02eric.smithsetstatus: open -> closed

nosy: + eric.smith
messages: + msg412955

resolution: third party
stage: resolved
2022-02-09 22:31:16mirabiloscreate