Support searching for Class.methodname.

This commit is contained in:
Georg Brandl
2009-05-17 12:12:24 +02:00
parent d31ae6884c
commit 3fc8f0c33c
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,6 +1,8 @@
Release 0.6.2 (in development)
==============================
* Fix the search for methods via "classname.methodname".
* #155: Fix Python 2.4 compatibility: exceptions are old-style
classes there.