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: Uninitialized variable used in Tools/faqwiz/faqwiz.py
Type: Stage:
Components: Demos and Tools Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: skip.montanaro Nosy List: johnjsmith, mwh, rhettinger, skip.montanaro
Priority: normal Keywords:

Created on 2003-07-25 16:39 by johnjsmith, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Messages (4)
msg17335 - (view) Author: John J Smith (johnjsmith) Date: 2003-07-25 16:39
Python: 2.3rc2

The uninitialized variable tfn is used in
Tools/faqwiz/faqwiz.py (lines 811, 833).
msg17336 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-07-27 05:12
Logged In: YES 
user_id=80475

Guido, these lines were from your patch in 2002.
msg17337 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2003-07-28 11:58
Logged In: YES 
user_id=44345

The fix appears trivial.  I'll check in the change after the 2.3 
release.
msg17338 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2004-08-07 21:14
Logged In: YES 
user_id=6656

Fixed in revision 1.31 of Tools/faqwiz/faqwiz.py with help
from jlgijsbers on #python-dev IRC.
History
Date User Action Args
2022-04-10 16:10:12adminsetgithub: 38931
2003-07-25 16:39:19johnjsmithcreate