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
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
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
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
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
101 - 105 of 105 matches
Mail list logo