Message74081
Hello,
I've found a little bug in the documentation again and I wanna report
it. Please navigate to where the built-in property() function is
documented and look at the beginning of the 3rd code snippet:
class C(object):
def __init__(self): self._x = None
Please fix this to the following...
class C(object):
def __init__(self):
self._x = None |
|
| Date |
User |
Action |
Args |
| 2008-09-30 15:38:07 | fretai | set | recipients:
+ fretai, georg.brandl |
| 2008-09-30 15:38:07 | fretai | set | messageid: <[email protected]> |
| 2008-09-30 15:38:06 | fretai | link | issue4002 messages |
| 2008-09-30 15:38:05 | fretai | create | |
|