commit | 406f7a99fd91e2b530a60a76d41179a57e1560cd | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Jul 27 08:45:35 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Jul 27 08:45:35 2010 +0000 |
tree | 297f986e3b175834ba8ae36c40c70a108726c44c | |
parent | 3cef1de27df245a3799e178561dfe27dad0fbeb4 [diff] |
Merged revisions 82594,82599 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82594 | georg.brandl | 2010-07-05 22:13:41 +0200 (Mo, 05 Jul 2010) | 1 line Update Vec class constructor, remove indirection via function, use operator module. ........ r82599 | alexander.belopolsky | 2010-07-05 23:44:05 +0200 (Mo, 05 Jul 2010) | 1 line "Modernized" the demo a little. ........