[issue6512] UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-1: illegal encoding

2009-07-18 Thread Winfried Plappert
Winfried Plappert added the comment: wplap...@lin-wpl:~/sudoku/version3.0/tk_test/python3$ python3 Python 3.1 (r31:73572, Jul 18 2009, 11:13:40) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> imp

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2009-07-19 Thread Winfried Plappert
Winfried Plappert added the comment: I have the problem described in issue6512 and here is some information Python version - hand compiled on Ubuntu 9.04: Python 3.1 (r31:73572, Jul 18 2009, 11:13:40) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or

[issue4160] library.pdf - Section 12.13.2 Connection Objects - example cut off at the right hand side

2009-09-02 Thread Winfried Plappert
Winfried Plappert added the comment: I checked the 2.6.2 version of the PDF, dated 2nd September 2009, and the problem is gone. The call can be closed. -- ___ Python tracker <http://bugs.python.org/issue4

[issue4159] Table about Standard Encodings is cut off at the bottom - 35 entries missing

2009-09-02 Thread Winfried Plappert
Winfried Plappert added the comment: I checked the current 2.6.2 documentation today (2nd September 2009): the tables are not cut off at the bottom any more, but the layout is still not optimal. The column width could be calculated more efficiently. The column named "Aliases" is to

[issue7623] PropertyType missing in Lib/types.py

2010-01-03 Thread Winfried Plappert
New submission from Winfried Plappert : I wonder why there is not PropertyType defined in Lib/types.py. I found it out the hard way when I was xref'ing my Python files and the program died missing a key "". It can easily be defined as PropertyType = type(property()). See al

<    1   2