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

Idle tab command completion #45826

Closed
Mufasa mannequin opened this issue Nov 22, 2007 · 2 comments
Closed

Idle tab command completion #45826

Mufasa mannequin opened this issue Nov 22, 2007 · 2 comments
Labels
topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@Mufasa
Copy link
Mannequin

Mufasa mannequin commented Nov 22, 2007

BPO 1485
Nosy @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 2007-11-22.12:49:35.527>
created_at = <Date 2007-11-22.12:23:17.988>
labels = ['expert-IDLE', 'type-bug']
title = 'Idle tab command completion'
updated_at = <Date 2007-11-22.12:49:35.517>
user = 'https://bugs.python.org/Mufasa'

bugs.python.org fields:

activity = <Date 2007-11-22.12:49:35.517>
actor = 'facundobatista'
assignee = 'none'
closed = True
closed_date = <Date 2007-11-22.12:49:35.527>
closer = 'facundobatista'
components = ['IDLE']
creation = <Date 2007-11-22.12:23:17.988>
creator = 'Mufasa'
dependencies = []
files = []
hgrepos = []
issue_num = 1485
keywords = []
message_count = 2.0
messages = ['57757', '57758']
nosy_count = 2.0
nosy_names = ['facundobatista', 'Mufasa']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1485'
versions = ['Python 2.5']

@Mufasa
Copy link
Mannequin Author

Mufasa mannequin commented Nov 22, 2007

Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 1403, in __call__
    return self.func(*args)
  File "/usr/lib/python2.5/idlelib/AutoCompleteWindow.py", line 217, in
winconfig_event
    x, y, cx, cy = self.widget.bbox(self.startindex)
  File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 2833, in bbox
    self.tk.call((self._w, 'bbox') + args)) or None
  File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 1030, in _getints
    return tuple(map(getint, self.tk.splitlist(string)))
ValueError: invalid literal for int() with base 10: '(72,'

@Mufasa Mufasa mannequin added topic-IDLE type-bug An unexpected behavior, bug, or error labels Nov 22, 2007
@facundobatista
Copy link
Member

This is not a bug report, just a copied traceback.

For a useful bug, put what you did so we can reproduce it, what you get,
and what you think you should got.

Thanks!

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-IDLE type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant