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

Error in the given example #41017

Closed
vishnube mannequin opened this issue Oct 14, 2004 · 3 comments
Closed

Error in the given example #41017

vishnube mannequin opened this issue Oct 14, 2004 · 3 comments
Labels
docs Documentation in the Doc dir

Comments

@vishnube
Copy link
Mannequin

vishnube mannequin commented Oct 14, 2004

BPO 1046800
Nosy @terryjreedy, @facundobatista

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 = None
closed_at = <Date 2004-10-16.21:44:33.000>
created_at = <Date 2004-10-14.04:55:04.000>
labels = ['docs']
title = 'Error in the given example'
updated_at = <Date 2004-10-16.21:44:33.000>
user = 'https://bugs.python.org/vishnube'

bugs.python.org fields:

activity = <Date 2004-10-16.21:44:33.000>
actor = 'facundobatista'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2004-10-14.04:55:04.000>
creator = 'vishnube'
dependencies = []
files = []
hgrepos = []
issue_num = 1046800
keywords = []
message_count = 3.0
messages = ['22685', '22686', '22687']
nosy_count = 3.0
nosy_names = ['terry.reedy', 'facundobatista', 'vishnube']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1046800'
versions = ['Python 2.3']

@vishnube
Copy link
Mannequin Author

vishnube mannequin commented Oct 14, 2004

Python Documentation

  • Release 2.3.3
  • December 19, 2003

In section, 16.1.6.5 The Window Manager, there is one
problem exists in the given example.

Please change the first line of the example
FROM:
import Tkinter

TO:
from Tkinter import *

Thank you,
Vishnu

@vishnube vishnube mannequin closed this as completed Oct 14, 2004
@vishnube vishnube mannequin added the docs Documentation in the Doc dir label Oct 14, 2004
@vishnube vishnube mannequin closed this as completed Oct 14, 2004
@vishnube vishnube mannequin added the docs Documentation in the Doc dir label Oct 14, 2004
@terryjreedy
Copy link
Member

Logged In: YES
user_id=593130

Or to 'from Tkinter import Frame' or prefix 'Frame'
with 'Tkinter.' in its two appearances. However, OP's version
is consistent with, for instance, 16.1.2.2.

@facundobatista
Copy link
Member

Logged In: YES
user_id=752496

Changed to "from Tkinter import *".

Thank you!

@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
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants