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: Print() issue
Type: behavior Stage: resolved
Components: Versions: Python 3.8
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: Coder436, eric.smith, ezio.melotti, mrabarnett
Priority: normal Keywords:

Created on 2020-05-05 18:46 by Coder436, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python bug.png Coder436, 2020-05-05 18:46
Messages (2)
msg368198 - (view) Author: Code436 (Coder436) Date: 2020-05-05 18:47
When I tried to print some stuff I get a KeyError:0
msg368199 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2020-05-05 18:57
This is not the place to ask for help programming with python. What you're seeing is that your attribute_set or attribute_names mapping are missing whatever data you think should be present.

I suggest you ask for help on the python-list or python-tutor mailing lists:

https://mail.python.org/mailman/listinfo/python-list
https://mail.python.org/mailman/listinfo/tutor
History
Date User Action Args
2022-04-11 14:59:30adminsetgithub: 84704
2020-05-05 18:57:00eric.smithsetstatus: open -> closed

components: - Regular Expressions

nosy: + eric.smith
messages: + msg368199
resolution: not a bug
stage: resolved
2020-05-05 18:47:59Coder436setmessages: + msg368198
2020-05-05 18:46:18Coder436create