commit | 75930f85df76472686a8c4eb587a2a70562f61fe | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun May 03 19:38:29 2009 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun May 03 19:38:29 2009 +0000 |
tree | 274a3087df8e0b9c463ca0d4d43606a7edd27814 | |
parent | 297c9fbe1f3230a65055193f28242558c6f4940c [diff] |
Merged revisions 72241 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72241 | gregory.p.smith | 2009-05-03 12:37:05 -0700 (Sun, 03 May 2009) | 3 lines Optimization: move RFC defined network constant construction out of the is_*() methods and into module private instances. ........