[issue11064] abc documentation version conflict

2011-01-29 Thread Dustin Farris
New submission from Dustin Farris dustin.far...@gmail.com: Running help(abc) in Python 2.6.1 displays syntax for Py3k. -- assignee: docs@python components: Documentation messages: 127453 nosy: docs@python, dustin.farris priority: normal severity: normal status: open title: abc

[issue11064] abc documentation version conflict

2011-01-29 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Not for me: | class C: | __metaclass__ = ABCMeta | @abstractproperty -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org

[issue11064] abc documentation version conflict

2011-01-29 Thread Dustin Farris
Dustin Farris dustin.far...@gmail.com added the comment: This is what I get: Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Type help, copyright, credits or license for more information. import abc help(abc) NAME abc - Abstract Base

[issue11064] abc documentation version conflict

2011-01-29 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Can you reproduce with 2.6.6? -- assignee: docs@python - components: +Library (Lib) -Documentation nosy: -docs@python versions: -Python 2.6, Python 3.1 ___ Python tracker rep...@bugs.python.org

[issue11064] abc documentation version conflict

2011-01-29 Thread Dustin Farris
Dustin Farris dustin.far...@gmail.com added the comment: Negative. 2.6.6 is correct. Apologies. -- resolution: - rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11064

[issue11064] abc documentation version conflict

2011-01-29 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: No problem, thanks for wanting to help. Don’t hesitate to report other bugs you may find in the future, if you find them in the latest versions :) -- resolution: rejected - out of date stage: - committed/rejected