Giovanni Cappellotto added the comment:
Thanks for the info.
Yes, I’m still interested in working on the issue, but lately I didn’t have
much time to do it.
If this is a high priority feel free to re-assign to someone else,
otherwise I’ll start working on it next week.
On Sun, Dec 1, 2019 at
Change by Giovanni Cappellotto :
--
nosy: -potomak
___
Python tracker
<https://bugs.python.org/issue15266>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Giovanni Cappellotto :
--
nosy: +potomak
___
Python tracker
<https://bugs.python.org/issue37700>
___
___
Python-bugs-list mailing list
Unsubscribe:
Giovanni Cappellotto added the comment:
Hi Victor,
This is the 3rd issue in a row I found in the "Easy issues" list where you
added a comment saying
> I remove the "Easy" label
Why are can I still find these issues in the "Easy issues" list?
Do you mean t
Giovanni Cappellotto added the comment:
There's also the `makedirs`'s `exist_ok` optional parameter, `False` by
default. You could use it to avoid this error, but I'm not an expert on this
particular library, so I'm not sure if it would make sense to make this cha
Giovanni Cappellotto added the comment:
What do you mean that urlparse act as unexpected?
I tried your example and I think urlparse's behavior is correct.
>From the RFC 1738:
> Octets must be encoded if they have no corresponding graphic
> character within the US-ASCII coded
Change by Giovanni Cappellotto :
--
nosy: +potomak
___
Python tracker
<https://bugs.python.org/issue21992>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Giovanni Cappellotto :
--
nosy: +potomak
___
Python tracker
<https://bugs.python.org/issue37666>
___
___
Python-bugs-list mailing list
Unsubscribe:
Giovanni Cappellotto added the comment:
> You might want to look into how PEP 563 is implemented, it has a utility to
> turn an AST back into a string (I assume this is what you want).
Thanks for your suggestion @levkivskyi.
I took a look at https://github.com/python/cpython/pull/4390
Giovanni Cappellotto added the comment:
I'd like to work on this, but I'm kind of new to the codebase. Do you think I
should leave this task to someone more expert on the matter?
I took a look at the function you mentioned and I was able to support simple
annotations, for instan
Giovanni Cappellotto added the comment:
I can reproduce the error in Chrome for MacOS when I emulate the resolution of
a generic mobile device.
I think I have a quick fix for the issue, I will publish a PR soon.
--
___
Python tracker
<ht
Change by Giovanni Cappellotto :
--
title: Fix broken "Back to top" link in www.python.org (mobile) -> Broken "Back
to top" link in www.python.org (mobile)
___
Python tracker
<https://
New submission from Giovanni Cappellotto :
The mobile version of https://www.python.org/ has a "Back to top" link at the
bottom of every page that should scroll the page back to the top, but it
doesn't work in Chrome for Android.
Note: it works with Safari on iOS.
--
Giovanni Cappellotto added the comment:
I took a stab at this, see attached PR.
I was able encode the first two cases described by @tarek, but not the first
one because `_parse_command_opts` doesn't have visibility to the list of global
options that have already been parsed.
Note:
Change by Giovanni Cappellotto :
--
keywords: +patch
pull_requests: +14585
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/14787
___
Python tracker
<https://bugs.python.org/iss
Change by Giovanni Cappellotto :
--
nosy: +potomak
___
Python tracker
<https://bugs.python.org/issue37496>
___
___
Python-bugs-list mailing list
Unsubscribe:
Giovanni Cappellotto added the comment:
In https://github.com/python/cpython/pull/14757 I tried updating the
implementation of `Attr._set_name` to remove and reset the attr node in the
owner element. So now `Attr._set_name` behaves similarly to
`Document.renameNode`.
All existing tests are
Change by Giovanni Cappellotto :
--
keywords: +patch
pull_requests: +14552
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/14757
___
Python tracker
<https://bugs.python.org/issu
Giovanni Cappellotto added the comment:
I created a small diff to update the documentation of `math.atan`, `math.asin`
and `math.acos`.
--
nosy: +potomak
___
Python tracker
<https://bugs.python.org/issue37
Change by Giovanni Cappellotto :
--
keywords: +patch
pull_requests: +14517
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/14717
___
Python tracker
<https://bugs.python.org/issu
Giovanni Cappellotto added the comment:
Serhiy, Victor:
I didn't get what's your suggested solution for this task.
Should we just close it as "wontfix", can I go ahead and merge the existing PR,
or do you have a better suggestion on how
Giovanni Cappellotto added the comment:
I took a quick look at `minidom.py` and `test_minidom.py`. It seems that you
should always use `doc.renameNode(attr, namespace, new_name)` for renaming an
attribute (or an element).
When `doc.renameNode` is applied on an attribute node, it removes the
Change by Giovanni Cappellotto :
--
keywords: +patch
pull_requests: +14173
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/14356
___
Python tracker
<https://bugs.python.org/issu
Giovanni Cappellotto added the comment:
Hi,
I'd like to claim this task if nobody else already started working on it.
--
nosy: +potomak
___
Python tracker
<https://bugs.python.org/is
Change by Giovanni Cappellotto :
--
keywords: +patch
pull_requests: +14148
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/14328
___
Python tracker
<https://bugs.python.org/issu
Giovanni Cappellotto added the comment:
Hi,
I'd like to claim this task if nobody else already started working on it.
--
nosy: +potomak
___
Python tracker
<https://bugs.python.org/is
26 matches
Mail list logo