[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/makerequest.py Fixed makerequest to not use os.environ by default.

2006-04-07 Thread Paul Winkler
Log message for revision 66651: Fixed makerequest to not use os.environ by default. Changed: U Zope/trunk/lib/python/Testing/makerequest.py -=- Modified: Zope/trunk/lib/python/Testing/makerequest.py === ---

[Zope-Checkins] SVN: Zope/trunk/ - Backed out workaround for 2057; on second thought,

2006-04-07 Thread Paul Winkler
Log message for revision 66656: - Backed out workaround for 2057; on second thought, adding a getPhysicalPath() on a request just smells bad, and it's not that hard to roll your own root object. - Fixed thinko with mutable default arg, duh. - Improved docstrings.