[issue5349] abstractmethod vs C++ pure virtual

2009-02-23 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69901. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue5349] abstractmethod vs C++ pure virtual

2009-02-22 Thread Jared Grubb
New submission from Jared Grubb : On page library/abc.html documenting abc.abstractmethod, the following text about C++ is placed in a note: "Note: Unlike C++’s pure virtual functions, or Java abstract methods, these abstract methods may have an implementation. This implementation can be called