Revision 06c1f315
- New function: joinPathElementsNoStrip(). The previous function, joinPathElements() worked by stripping out leading and trailing slashes on path elements and then inserting slashes between all path elements as they were joined. This caused leading and trailing slashes to be lost. I think that was an unintended side effect, but I added a new function instead of fixing the old one, in case there's anything out there that relies on the old behavior.
- Unit tests for joinPathElementsNoStrip().
- Fixed bug that caused the unit tests for all URL functions to be skipped.
- Modified setup.py to include files based on source control.
- Added configuration file for hosting documentation directly on PyPI.
Files
- added
- modified
- copied
- renamed
- deleted