Maarten ter Huurne added the comment:
Can I please get a review of the pull request?
--
___
Python tracker
<https://bugs.python.org/issue17088>
___
___
Pytho
Maarten ter Huurne added the comment:
Another problem with the current code is that when passed a URL with a host
name that is not empty or "localhost", but is one of the alternative names for
localhost returned by get_names(), file_open() returns None implicitly instead
of openin
Maarten ter Huurne added the comment:
I think I have a good solution now, see the pull request for details. It does
touch a lot of code, but I split all the changes into small consistent units,
so it should be easier to verify whether they are correct
Change by Maarten ter Huurne :
--
pull_requests: +10286
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue17088>
___
___
Python-bugs-lis
Maarten ter Huurne added the comment:
I was working on what I thought would be an elegant solution to this problem:
for non-qualified attributes, add the element's namespace before accessing the
cache and strip the namespace prefix after accessing the cache if it's equal to
the
New submission from Maarten ter Huurne:
In a unit test for one of my projects I am comparing tree-structured objects
using assertEqual(). Because there can be a few nested levels, the repr()
string can exceed the _MAX_LENGTH which is just 80 characters. Not by much, but
enough to get