Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninitialized variable used in Tools/faqwiz/faqwiz.py #38931

Closed
johnjsmith mannequin opened this issue Jul 25, 2003 · 4 comments
Closed

Uninitialized variable used in Tools/faqwiz/faqwiz.py #38931

johnjsmith mannequin opened this issue Jul 25, 2003 · 4 comments
Assignees

Comments

@johnjsmith
Copy link
Mannequin

johnjsmith mannequin commented Jul 25, 2003

BPO 777659
Nosy @mwhudson, @smontanaro, @rhettinger

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/smontanaro'
closed_at = <Date 2004-08-07.21:14:32.000>
created_at = <Date 2003-07-25.16:39:19.000>
labels = []
title = 'Uninitialized variable used in Tools/faqwiz/faqwiz.py'
updated_at = <Date 2004-08-07.21:14:32.000>
user = 'https://bugs.python.org/johnjsmith'

bugs.python.org fields:

activity = <Date 2004-08-07.21:14:32.000>
actor = 'mwh'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2003-07-25.16:39:19.000>
creator = 'johnjsmith'
dependencies = []
files = []
hgrepos = []
issue_num = 777659
keywords = []
message_count = 4.0
messages = ['17335', '17336', '17337', '17338']
nosy_count = 4.0
nosy_names = ['mwh', 'skip.montanaro', 'rhettinger', 'johnjsmith']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue777659'
versions = ['Python 2.3']

@johnjsmith
Copy link
Mannequin Author

johnjsmith mannequin commented Jul 25, 2003

Python: 2.3rc2

The uninitialized variable tfn is used in
Tools/faqwiz/faqwiz.py (lines 811, 833).

@johnjsmith johnjsmith mannequin closed this as completed Jul 25, 2003
@johnjsmith johnjsmith mannequin assigned smontanaro Jul 25, 2003
@johnjsmith johnjsmith mannequin closed this as completed Jul 25, 2003
@johnjsmith johnjsmith mannequin assigned smontanaro Jul 25, 2003
@rhettinger
Copy link
Contributor

Logged In: YES
user_id=80475

Guido, these lines were from your patch in 2002.

@smontanaro
Copy link
Contributor

Logged In: YES
user_id=44345

The fix appears trivial. I'll check in the change after the 2.3
release.

@mwhudson
Copy link

mwhudson commented Aug 7, 2004

Logged In: YES
user_id=6656

Fixed in revision 1.31 of Tools/faqwiz/faqwiz.py with help
from jlgijsbers on #python-dev IRC.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants