New submission from Rafe Kettler :
The documentation for Queue in all versions of Python 2.7 and 2.6 (see
http://docs.python.org/release/2.6.7/library/queue.html#module-Queue for the
2.7 docs) has the title "queue -- A synchronized queue class." The module,
however, is named "Q
Rafe Kettler added the comment:
Okay, here's a patch.
I also went ahead and added my name to ACKS, since this is my 3rd or 4th patch.
Rafe
--
keywords: +patch
Added file: http://bugs.python.org/file22677/queue_docs.patch
___
Python tracker
Rafe Kettler added the comment:
I've drafted up a patch. For those of you who don't want to read the diff, it
changes all references to FTP reply codes with short explanations of what they
do. Also, in the docs for retrlines() and nlst() the commands LIST, NLST, and
MLSD are
Changes by Rafe Kettler :
--
keywords: +patch
Added file: http://bugs.python.org/file19202/ftplib-patch.diff
___
Python tracker
<http://bugs.python.org/issue10
Changes by Rafe Kettler :
Removed file: http://bugs.python.org/file19201/ftplib-patch.rst
___
Python tracker
<http://bugs.python.org/issue10072>
___
___
Python-bugs-list m
Changes by Rafe Kettler :
Added file: http://bugs.python.org/file19203/ftplib-patch.txt
___
Python tracker
<http://bugs.python.org/issue10072>
___
___
Python-bugs-list m
Changes by Rafe Kettler :
Removed file: http://bugs.python.org/file19203/ftplib-patch.txt
___
Python tracker
<http://bugs.python.org/issue10072>
___
___
Python-bugs-list m
Rafe Kettler added the comment:
Double spaced after the sentence ending periods.
--
Added file: http://bugs.python.org/file19204/ftplib-patch.txt
___
Python tracker
<http://bugs.python.org/issue10
New submission from Rafe Kettler :
Some of the dialogs in Tkinter don't correctly show buttons in newer versions
of Windows (XP, Vista, 7). Instead, they use square Win2000-and-before-type
buttons. Here's some Python 2.7 code that illustrates this:
import tkMessageBox
tkMessageBo
Changes by Rafe Kettler :
--
components: +Windows
___
Python tracker
<http://bugs.python.org/issue10171>
___
___
Python-bugs-list mailing list
Unsubscribe:
Rafe Kettler added the comment:
If you were to create a FileDialog, you should see proper buttons (at least I
do in Windows):
import tkFileDialog
tkFileDialog.askopenfile()
I think that this goes more along the lines of a bug, because I know that
Tkinter has the ability to properly show
Rafe Kettler added the comment:
I haven't had a chance to look too deeply into the source, but it appears (at
least in Python 2.7) that the problem has something to do with the commands
that the classes in tkMessageBox and tkColorChooser pass to tk.call().
The Message class in tkMessa
Changes by Rafe Kettler :
--
nosy: +rafe.kettler
___
Python tracker
<http://bugs.python.org/issue9702>
___
___
Python-bugs-list mailing list
Unsubscribe:
Rafe Kettler added the comment:
I've tested how these dialogs display in regular Tcl/Tk, and it appears the
problem resides in the Tcl implementation, not the Python binding. You can see
for yourself by running this Tcl script:
package require Tk
tk_messageBox
tk_chooseColor
Since th
Rafe Kettler added the comment:
I don't know anything about the Tcl development process either. Luckily, Tk is
hosted on SourceForge so it was just a matter of adding a ticket to their issue
tracker.
Hopefully it'll get fixed quickly and the fix will percolate down in
Rafe Kettler added the comment:
>for a faster compile
Compile isn't a noun; the most grammatically correct sentences would be "for
faster compilation."
--
nosy: +rafe.kettler
___
Python tracker
<http://bugs.
16 matches
Mail list logo