diff options
author | Guilherme Polo <ggpolo@gmail.com> | 2009-08-05 16:51:41 +0000 |
---|---|---|
committer | Guilherme Polo <ggpolo@gmail.com> | 2009-08-05 16:51:41 +0000 |
commit | 3d75555b2bd6abdd705c36c9c3b3ddc87c43a59c (patch) | |
tree | 1eb159a9cf1e97e1c17961f772eb40fae9d8068c /Lib/idlelib/rpc.py | |
parent | 4b4567347310031b2e28f26e7d8b4430722de2f9 (diff) | |
download | cpython-git-3d75555b2bd6abdd705c36c9c3b3ddc87c43a59c.tar.gz |
Easier reference to find (at least while svn continues being used).
Diffstat (limited to 'Lib/idlelib/rpc.py')
-rw-r--r-- | Lib/idlelib/rpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/rpc.py b/Lib/idlelib/rpc.py index 5adf32b384..d49298457a 100644 --- a/Lib/idlelib/rpc.py +++ b/Lib/idlelib/rpc.py @@ -597,4 +597,4 @@ class MethodProxy(object): # XXX KBK 09Sep03 We need a proper unit test for this module. Previously -# existing test code was removed at Rev 1.27. +# existing test code was removed at Rev 1.27 (r34098). |