Staging
v0.5.1
https://github.com/python/cpython
Revision 9270be76624b6f45ab79c8c6ce7b965b3b0e8613 authored by Serhiy Storchaka on 02 March 2015, 14:32:29 UTC, committed by Serhiy Storchaka on 02 March 2015, 14:32:29 UTC
These functions are not documented but used in third-party code.
1 parent ed0392a
Raw File
Tip revision: 9270be76624b6f45ab79c8c6ce7b965b3b0e8613 authored by Serhiy Storchaka on 02 March 2015, 14:32:29 UTC
Added more tests for urllib.parse utility functions.
Tip revision: 9270be7
python-wing4.wpr
#!wing
#!version=4.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'.hg',
                                     u'Lib/unittest/__pycache__',
                                     u'Lib/unittest/test/__pycache__',
                                     u'Lib/__pycache__',
                                     u'build',
                                     u'Doc/build'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top