urllib2.py how to add internal handler or?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
python 2.7.x
urllib2.py how to fixed prefix http
i want use my python code
myCode.py
myUrl = 'stackexchange.com'
or urllib2.py how to add custom protocol handler like http
my sample protocol go:// (like same as http)
i want use my python code
myCode.py
myUrl = 'go://stackexchange.com'
thank you
python
add a comment |Â
up vote
0
down vote
favorite
python 2.7.x
urllib2.py how to fixed prefix http
i want use my python code
myCode.py
myUrl = 'stackexchange.com'
or urllib2.py how to add custom protocol handler like http
my sample protocol go:// (like same as http)
i want use my python code
myCode.py
myUrl = 'go://stackexchange.com'
thank you
python
Are you loooking to concatenate strings, or use a different protocol to communicate with some site?
â Jeff Schaller
9 mins ago
no, use only http... thanks
â tioma
7 mins ago
@JeffSchaller either of them, both of them work...
â tioma
2 mins ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
python 2.7.x
urllib2.py how to fixed prefix http
i want use my python code
myCode.py
myUrl = 'stackexchange.com'
or urllib2.py how to add custom protocol handler like http
my sample protocol go:// (like same as http)
i want use my python code
myCode.py
myUrl = 'go://stackexchange.com'
thank you
python
python 2.7.x
urllib2.py how to fixed prefix http
i want use my python code
myCode.py
myUrl = 'stackexchange.com'
or urllib2.py how to add custom protocol handler like http
my sample protocol go:// (like same as http)
i want use my python code
myCode.py
myUrl = 'go://stackexchange.com'
thank you
python
python
asked 28 mins ago
tioma
134
134
Are you loooking to concatenate strings, or use a different protocol to communicate with some site?
â Jeff Schaller
9 mins ago
no, use only http... thanks
â tioma
7 mins ago
@JeffSchaller either of them, both of them work...
â tioma
2 mins ago
add a comment |Â
Are you loooking to concatenate strings, or use a different protocol to communicate with some site?
â Jeff Schaller
9 mins ago
no, use only http... thanks
â tioma
7 mins ago
@JeffSchaller either of them, both of them work...
â tioma
2 mins ago
Are you loooking to concatenate strings, or use a different protocol to communicate with some site?
â Jeff Schaller
9 mins ago
Are you loooking to concatenate strings, or use a different protocol to communicate with some site?
â Jeff Schaller
9 mins ago
no, use only http... thanks
â tioma
7 mins ago
no, use only http... thanks
â tioma
7 mins ago
@JeffSchaller either of them, both of them work...
â tioma
2 mins ago
@JeffSchaller either of them, both of them work...
â tioma
2 mins ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f479497%2furllib2-py-how-to-add-internal-handler-or%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Are you loooking to concatenate strings, or use a different protocol to communicate with some site?
â Jeff Schaller
9 mins ago
no, use only http... thanks
â tioma
7 mins ago
@JeffSchaller either of them, both of them work...
â tioma
2 mins ago