angus added the comment:
I'm experiencing a related problem:
---
from urllib.request import urlopen
print(urlopen('https://mtgox.com/').read())
---
prints b'' rather than the page content.
It looks like mtgox.com always sends 'Connection: Keep-Alive'. S
New submission from Angus L'Herrou :
The f-string grammar clearly specifies the correct order of f-string =, !, and
: specifiers:
replacement_field ::= "{" f_expression ["="] ["!" conversion] [":"
format_spec] "}"
However, when
Change by Angus L'Herrou :
--
title: Unhelpful SyntaxError message with mis-ordering of f-string specifiers
-> Unhelpful error messages with mis-ordering of f-string specifiers
___
Python tracker
<https://bugs.python.org
New submission from Angus Hollands:
When passing an object that fails Py_FloatCheck, the error message raised reads
"argument must be int of float", rather than "argument must be int or float"
--
components: Extension Modules
messages: 291070
nosy: Angus Holla
Changes by Angus Hollands :
--
pull_requests: +1151
___
Python tracker
<http://bugs.python.org/issue29969>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Angus Taggart:
all the links to Cookie class in the cookielib documentation point to Cookie
module.
for example:
CookieJar.set_cookie(cookie)
Set a *Cookie*, without checking with policy to see whether or not it
should be set.
cookie in the documentation links to