[issue47235] Clarify that `assret_called_once_with` sample code is intended typo

2022-04-05 Thread Mariatta


New submission from Mariatta :

In unittest.mock documentation, there is an example code which intentionally 
contains typo.

Source: 
https://github.com/python/cpython/blame/main/Doc/library/unittest.mock.rst#L2553

We've received quite a number of false "bug report" regarding this text. 
Basically people saw the sample code containing `assret` then they rushed to 
create an issue/PR, before actually reading the rest of the section. This typo 
was intentionally placed there, so it should not be fixed. However since this 
is definitely confusing to readers, perhaps the documentation should be 
improved.

On Discord, Brandt suggested to add a comment on the sample code like:


```
# Intended typo!
```

so hopefully people will stop trying to fix it.


Previous false "bug reports":
bpo-35789
bpo-38700

--
assignee: docs@python
components: Documentation
messages: 416826
nosy: Mariatta, docs@python
priority: normal
severity: normal
stage: needs patch
status: open
title: Clarify that `assret_called_once_with` sample code is intended typo
versions: Python 3.10, Python 3.11, Python 3.8, Python 3.9

___
Python tracker 
<https://bugs.python.org/issue47235>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46436] Pass the -d/--directory command-line option to http.server.CGIHTTPRequestHandler

2022-02-14 Thread Mariatta


Mariatta  added the comment:


New changeset b27195332e91e932501f16cf9877761b218a9c99 by Miss Islington (bot) 
in branch '3.10':
bpo-46436: Fix command-line option -d/--directory in module http.server 
(GH-30701)
https://github.com/python/cpython/commit/b27195332e91e932501f16cf9877761b218a9c99


--

___
Python tracker 
<https://bugs.python.org/issue46436>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46436] Pass the -d/--directory command-line option to http.server.CGIHTTPRequestHandler

2022-02-14 Thread Mariatta


Mariatta  added the comment:


New changeset 502ad3930ee8fcf76026edfc06a33621363cebea by Miss Islington (bot) 
in branch '3.9':
bpo-46436: Fix command-line option -d/--directory in module http.server 
(GH-30701) 
https://github.com/python/cpython/commit/502ad3930ee8fcf76026edfc06a33621363cebea


--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue46436>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38619] [Doc] UUID.hex is lowercase

2022-02-14 Thread Mariatta


Mariatta  added the comment:

Thanks. I do think it is helpful to state that it is lowercase.
I have merged the PR, and will backport to 3.10 and 3.9.

Thanks.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.10, Python 3.11

___
Python tracker 
<https://bugs.python.org/issue38619>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38619] [Doc] UUID.hex is lowercase

2022-02-14 Thread Mariatta


Mariatta  added the comment:


New changeset 5d53cf30f9cb3758849e859db5d4602cb7c521f7 by 180909 in branch 
'main':
bpo-38619: Update the documentation for UUID.hex (GH-29830)
https://github.com/python/cpython/commit/5d53cf30f9cb3758849e859db5d4602cb7c521f7


--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue38619>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46229] CODE_OF_CONDUCT shadowing org default

2022-01-02 Thread Mariatta


Mariatta  added the comment:

Thanks!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue46229>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46229] CODE_OF_CONDUCT shadowing org default

2022-01-02 Thread Mariatta


Mariatta  added the comment:

Sounds good to me to use the org-level CoC file and removing the local CPython 
copy. Having a single source of truth will be valuable and reduce our 
maintenance burden.

--

___
Python tracker 
<https://bugs.python.org/issue46229>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45903] What’s New In Python 3.11: wrong reference to Signature.from_callable

2022-01-02 Thread Mariatta


Mariatta  added the comment:

Thanks Jakub for reporting the issue, and thanks Hugo for the PR.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue45903>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45903] What’s New In Python 3.11: wrong reference to Signature.from_callable

2022-01-02 Thread Mariatta


Mariatta  added the comment:


New changeset 7a8796dc67d691e43eed69969e7706fefe0f16e9 by Hugo van Kemenade in 
branch 'main':
bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (GH-29813)
https://github.com/python/cpython/commit/7a8796dc67d691e43eed69969e7706fefe0f16e9


------
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue45903>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46178] Remove `.travis.yml`?

2021-12-30 Thread Mariatta


Mariatta  added the comment:


New changeset 2cf7d02b99ce8cebd26d330aa8aac2ee369d4600 by Hugo van Kemenade in 
branch 'main':
bpo-46178: Remove/rename redundant Travis CI code (#30309)
https://github.com/python/cpython/commit/2cf7d02b99ce8cebd26d330aa8aac2ee369d4600


--

___
Python tracker 
<https://bugs.python.org/issue46178>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46178] Remove `.travis.yml`?

2021-12-30 Thread Mariatta


Mariatta  added the comment:


New changeset 82c2b54a35f85d87639201d1431ae6584b079e13 by Nikita Sobolev in 
branch 'main':
bpo-46178: remove unusued `.travis.yml` file (#30257)
https://github.com/python/cpython/commit/82c2b54a35f85d87639201d1431ae6584b079e13


--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue46178>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46184] Remove `netlify.toml`?

2021-12-30 Thread Mariatta


Mariatta  added the comment:


New changeset fbaf2e604cd354f1ebc6be029480010c6715a8ca by Nikita Sobolev in 
branch 'main':
bpo-46184: remove `netlify.toml` (#30272)
https://github.com/python/cpython/commit/fbaf2e604cd354f1ebc6be029480010c6715a8ca


--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue46184>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45421] Remove dead code from html.parser

2021-10-12 Thread Mariatta


Mariatta  added the comment:


New changeset 562c0d7398b9f34ff63a1dc77113dad96a93ce4e by Alberto Mardegan in 
branch 'main':
bpo-45421: Remove dead code from html.parser (GH-28847)
https://github.com/python/cpython/commit/562c0d7398b9f34ff63a1dc77113dad96a93ce4e


--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue45421>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44679] unittest.mock.sentinel documentation typo

2021-08-05 Thread Mariatta


Change by Mariatta :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue44679>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2021-04-30 Thread Mariatta


Mariatta  added the comment:

Thanks for the work!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue42589>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43978] Incorrect "versionadded" info in typing.NoReturn documentation

2021-04-29 Thread Mariatta


New submission from Mariatta :

We received a documentation bug report in docs mailing list.

https://mail.python.org/archives/list/d...@python.org/thread/BLANNZUPUEOJ4LJYSJNNFLK5I7NYE3GH/#

It looks like the doc currently says that, typing.NoReturn was added in both 
3.5.4 and 3.6.2

It appeared from this change, that it was originally added in 3.6.5 
(https://github.com/python/cpython/pull/7107/files)

However, during a refactoring effort, in 
https://github.com/python/cpython/commit/ab72fdeb82c3ab045b480cd4bb4f928c12653ecb,
 the 3.5.4 and 3.6.2 info were added, perhaps due to copy-pasting.

I think it should be changed into .. versionadded:: 3.6.5

However, I'm curious to know whether there are other parts in the doc, where 
this info is wrong. So perhaps there was other parts of the doc that was added 
in 3.5.4, but somehow we moved that to the typing.NoReturn section.

For now, I think we can just fix it by adding .. versionadded: 3.6.5

And maybe someone else can look into other parts of the doc to see if the 
version info are correct.

--
assignee: docs@python
components: Documentation
keywords: easy, newcomer friendly
messages: 392341
nosy: Mariatta, docs@python
priority: normal
severity: normal
stage: needs patch
status: open
title: Incorrect "versionadded" info in typing.NoReturn documentation
versions: Python 3.10, Python 3.11, Python 3.8, Python 3.9

___
Python tracker 
<https://bugs.python.org/issue43978>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2021-04-29 Thread Mariatta


Mariatta  added the comment:

Thanks for the PR. There is conflict with applying it to the 3.8 branch. If you 
can get to it, it would be great. Thanks.

--
nosy: +Mariatta
stage: patch review -> backport needed

___
Python tracker 
<https://bugs.python.org/issue42589>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43790] CLA check fails with a 500 error

2021-04-10 Thread Mariatta


Mariatta  added the comment:

Thanks for the report. I've identified the problem and fixed it. It should be 
working now. Further issues with it can be filed at

https://github.com/Mariatta/check_python_cla/issues

Thanks.

--
assignee:  -> Mariatta
components:  -Demos and Tools
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue43790>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43715] curses inch() and scrbkgd() documentation ommissions

2021-04-08 Thread Mariatta


Mariatta  added the comment:

Thanks for the patch, but I find it difficult to read in plain text. Can you 
create a pull request with the your suggested changes?

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue43715>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43415] Typo

2021-03-05 Thread Mariatta


Change by Mariatta :


--
keywords: +easy, newcomer friendly

___
Python tracker 
<https://bugs.python.org/issue43415>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43117] Translation Mistakes

2021-02-03 Thread Mariatta


Mariatta  added the comment:

Thanks for reporting this issue.

The translations are worked on separate repositories and they have their own 
issue tracker. Please check the following table in the DevGuide to find the 
issue tracker for the translation group. You would need to report this issue 
there.

https://devguide.python.org/documenting/#translating

I'm closing this since it's considered "third-party".

--
nosy: +Mariatta
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue43117>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42922] Enlace a descripción de función 'dir' faltante

2021-01-13 Thread Mariatta


Mariatta  added the comment:

Hi, the Spanish translation for Python docs is managed at  
https://github.com/python/python-docs-es

Can you please open the issue there? Thanks you. Really sorry that I don't 
speak Spanish :( so I'm replying in English.

--
nosy: +Mariatta
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue42922>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42515] Devguide recommend against using PRs to update fork

2020-11-30 Thread Mariatta


Mariatta  added the comment:

No need to feel embarrassed about it :) I've made similar mistake in the past.

Sounds good to rename the "Syncing with Upstream" section with "Updating your 
CPython fork".

If you can open an issue in github.com/python/devguide, that would be great. We 
can continue the discussion there.

Thanks.

--
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue42515>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41988] No hyphen in broken up word in documentation

2020-10-09 Thread Mariatta


Mariatta  added the comment:

In the source code, we wrote it as "arithmetic" in one word.

https://raw.githubusercontent.com/python/cpython/master/Doc/library/decimal.rst

So I think this is either Sphinx or Docutils issue.

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue41988>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35404] Document how to import _structure in email.message

2020-10-08 Thread Mariatta


Change by Mariatta :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue35404>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38585] defusedexpat not supported past python 3.3/3.4

2020-09-05 Thread Mariatta


Mariatta  added the comment:

Thanks for the report and thanks Zackery for the PR.

--
nosy: +Mariatta
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue38585>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39994] Redundant code in pprint module.

2020-08-14 Thread Mariatta


Mariatta  added the comment:

@Palak Kumar Jha, you created a PR for this ticket but it seems that your 
GitHub account is inactive/has been removed. Do you have a new GitHub account? 
Are you still interested in continuing on this PR?

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue39994>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41446] New demo, using a web api

2020-08-01 Thread Mariatta


Mariatta  added the comment:

Thanks for your interest in adding this to CPython but I think this demo does 
not belong in CPython repository. Perhaps it should be written as a demo for 
helioviewer API and be part of helioviewer documentation. We already have a 
documentation for urllib for how to make API calls.

--
nosy: +Mariatta
resolution:  -> rejected
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue41446>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40978] Document that typing.SupportsXXX protocols are runtime checkable

2020-07-31 Thread Mariatta


Mariatta  added the comment:

>  because their runtime results are inconsistent with how Mypy handles them, 
> producing both false positives and false negatives.

@guido or @ivan, do you have further thoughts or additional context to share 
about the above point?

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue40978>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41326] Build failure in blurb-it repo: "Failed building wheel for yarl"

2020-07-17 Thread Mariatta


Mariatta  added the comment:

Adding Victor Stinner to nosy

--
nosy: +vstinner

___
Python tracker 
<https://bugs.python.org/issue41326>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41326] Build failure in blurb-it repo: "Failed building wheel for yarl"

2020-07-17 Thread Mariatta

New submission from Mariatta :

We're seeing travis CI build failure against the nightly Python build v3.10.0a0.

Build log: https://travis-ci.org/github/python/blurb_it/jobs/707532881

Last few lines of the build log:


In file included from 
/opt/python/3.10-dev/include/python3.10/unicodeobject.h:1026:0,
   from /opt/python/3.10-dev/include/python3.10/Python.h:97,
   from yarl/_quoting.c:4:
  /opt/python/3.10-dev/include/python3.10/cpython/unicodeobject.h:551:42: note: 
declared here
   Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
  yarl/_quoting.c: In function ‘__Pyx_decode_c_bytes’:
  yarl/_quoting.c:9996:9: warning: ‘PyUnicode_FromUnicode’ is deprecated 
[-Wdeprecated-declarations]
   return PyUnicode_FromUnicode(NULL, 0);
   ^
  In file included from 
/opt/python/3.10-dev/include/python3.10/unicodeobject.h:1026:0,
   from /opt/python/3.10-dev/include/python3.10/Python.h:97,
   from yarl/_quoting.c:4:
  /opt/python/3.10-dev/include/python3.10/cpython/unicodeobject.h:551:42: note: 
declared here
   Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
  error: command '/usr/bin/gcc' failed with exit code 1
  
  ERROR: Failed building wheel for yarl


I'm not familiar with that part of codebase. If anyone has any insight, it 
would be appreciated. Thanks.

--
messages: 373843
nosy: Mariatta
priority: normal
severity: normal
status: open
title: Build failure in blurb-it repo: "Failed building wheel for yarl"
type: compile error
versions: Python 3.10

___
Python tracker 
<https://bugs.python.org/issue41326>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39417] Link to "Python Packaging User Guide: Creating and using virtual environments" is broken

2020-07-07 Thread Mariatta


Mariatta  added the comment:

Just needed a backport to 3.8 (which is in flight) so this is good to be closed.
Thanks.

--
nosy: +Mariatta
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue39417>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41227] minor typo in asyncio transport protocol

2020-07-06 Thread Mariatta


Change by Mariatta :


--
keywords: +easy, newcomer friendly

___
Python tracker 
<https://bugs.python.org/issue41227>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39879] Update language reference to specify that dict is insertion-ordered.

2020-03-14 Thread Mariatta


Mariatta  added the comment:

Patch are submitted as pull request on our GitHub repo.
Here's a write-up on how to do it
https://devguide.python.org/pullrequest/#step-by-step-guide

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue39879>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39869] Improve Instance Objects tutorial documentation

2020-03-10 Thread Mariatta


Change by Mariatta :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue39869>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39869] Improve Instance Objects tutorial documentation

2020-03-05 Thread Mariatta


New submission from Mariatta :

In https://docs.python.org/3.9/tutorial/classes.html#instance-objects, it says:

> There are two kinds of valid attribute names, data attributes and methods.

Replace the comma with a colon

> There are two kinds of valid attribute names: data attributes and methods.


Reported in docs mailing list: 
https://mail.python.org/archives/list/d...@python.org/thread/BWXLZM4OLWF5XVBI4S2WK3LFUIEBI6M6/

--
assignee: docs@python
components: Documentation
keywords: newcomer friendly
messages: 363463
nosy: Mariatta, docs@python
priority: normal
severity: normal
stage: needs patch
status: open
title: Improve Instance Objects tutorial documentation
versions: Python 3.7, Python 3.8, Python 3.9

___
Python tracker 
<https://bugs.python.org/issue39869>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39594] Typo in documentation for os.times

2020-02-10 Thread Mariatta


Mariatta  added the comment:

Thanks!

--
nosy: +Mariatta
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue39594>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2020-02-10 Thread Mariatta


Mariatta  added the comment:

I think this is done, so I'm going to close it.
Thanks all who participated. If there are more updates needed to the Windows 
documentation, I would suggest creating specific tickets with specific 
problems, instead of one big catchall ticket.

--
nosy: +Mariatta
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39539] Improve Keccak support in hashlib including KangarooTwelve

2020-02-03 Thread Mariatta


Mariatta  added the comment:

Added hashlib module experts.

--
nosy: +Mariatta, christian.heimes, gregory.p.smith

___
Python tracker 
<https://bugs.python.org/issue39539>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39545] await is not supported in f-string in 3.6

2020-02-03 Thread Mariatta


Mariatta  added the comment:

The answer I got from Yury before was: "Before 3.7 async and await were not 
proper keywords, so the interpreter did not recognize them in some contexts."

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue39545>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39514] http://sphinx.pocoo.org/

2020-02-01 Thread Mariatta


Mariatta  added the comment:

I tested locally, if I build the docs using python-docs-theme 2020.1, the link 
is fixed.

I'm reopening this ticket.

I think it is a matter of making sure docs.p.o is using the right version of 
python-docs-theme. (v 2020.1)

--
resolution: out of date -> 
stage: resolved -> needs patch
status: closed -> open

___
Python tracker 
<https://bugs.python.org/issue39514>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39514] http://sphinx.pocoo.org/

2020-02-01 Thread Mariatta


Mariatta  added the comment:

Hmm the fix should have been included in release 2020.1, which was release a 
couple weeks ago.

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue39514>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38342] ImportError: cannot import name 'MetadataPathFinder' from 'importlib.metadata'

2020-01-16 Thread Mariatta


Mariatta  added the comment:

Just wanted to add that I got the same error in Python 3.8.1. 

I ran the script that @Jaraco wrote above:

python -c "import importlib.metadata, shutil, pathlib; file = 
pathlib.Path(importlib.metadata.__file__); str(file).endswith('__init__.py') 
and shutil.rmtree(file.parent) and print('removed', file.parent)"

I wonder if the fix (e.g. running the script above) should be more visible, 
perhaps in some documentation somewhere, instead of having to dig this up from 
the bugtracker.

Is it possible for the Python installer itself to execute that script?

Thanks.

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue38342>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31862] Port the standard library to PEP 489 multiphase initialization

2020-01-16 Thread Mariatta


Change by Mariatta :


--
pull_requests:  -13420

___
Python tracker 
<https://bugs.python.org/issue31862>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39348] wrong rst syntax in socket.rst

2020-01-15 Thread Mariatta


Change by Mariatta :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue39348>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39348] wrong rst syntax in socket.rst

2020-01-15 Thread Mariatta


Mariatta  added the comment:

Thanks!

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue39348>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38486] Dead links in mailbox doc

2019-10-21 Thread Mariatta


Mariatta  added the comment:

Seems like we meant to reference to the maildir specification, which used to be 
hosted in qmail.com

Since qmail is gone, how about we refer to maildir info here? 
https://wiki2.dovecot.org/MailboxFormat/Maildir

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue38486>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38351] Modernize email example from %-formatting to f-string

2019-10-09 Thread Mariatta


Mariatta  added the comment:

No decision yet. We're waiting for Julien's input. Thanks.

--

___
Python tracker 
<https://bugs.python.org/issue38351>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38351] Modernize email example from %-formatting to f-string

2019-10-02 Thread Mariatta


Mariatta  added the comment:

I think updating one isolated code example is less invasive and easier to 
review, instead of one big PR to change everything from "%s" to str.format or 
f-string.

I brought up this example code merely because I happen to be reading this page.

--

___
Python tracker 
<https://bugs.python.org/issue38351>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38351] Modernize email example from %-formatting to f-string

2019-10-02 Thread Mariatta


New submission from Mariatta :

A string was formatted with %s in the code example 

https://github.com/python/cpython/blob/b3e7045f8314e7b62cd95861d207fe2f97e47198/Doc/includes/email-simple.py#L15
 

```
msg['Subject'] = 'The contents of %s' % textfile
```

It would be great to modernize that into fstring.

Doc can be read at: https://docs.python.org/3.7/library/email.examples.html

--
assignee: docs@python
components: Documentation
keywords: easy, newcomer friendly
messages: 353749
nosy: Mariatta, docs@python
priority: normal
severity: normal
stage: needs patch
status: open
title: Modernize email example from %-formatting to f-string
versions: Python 3.7, Python 3.8, Python 3.9

___
Python tracker 
<https://bugs.python.org/issue38351>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37823] Telnet documentation: fix the link to open()

2019-08-11 Thread Mariatta

New submission from Mariatta :

Bug in the Telnet docs: https://docs.python.org/3/library/telnetlib.html

In the section 
https://docs.python.org/3/library/telnetlib.html#telnetlib.Telnet the “open()” 
link should probably point to 
https://docs.python.org/3/library/telnetlib.html#telnetlib.Telnet.open but 
instead it points to https://docs.python.org/3/library/functions.html#open

This is newcomer friendly and I would prefer it be done by first time 
contributors.

Reported in docs mailing list: 
https://mail.python.org/pipermail/docs/2019-August/041817.html

--
assignee: docs@python
components: Documentation
keywords: easy, newcomer friendly
messages: 349393
nosy: Mariatta, docs@python
priority: normal
severity: normal
stage: needs patch
status: open
title: Telnet documentation: fix the link to open()
versions: Python 2.7, Python 3.7, Python 3.8, Python 3.9

___
Python tracker 
<https://bugs.python.org/issue37823>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37799] Renaming Doc/reference/ to Doc/language/

2019-08-09 Thread Mariatta


Mariatta  added the comment:

The change is not worth doing for several reasons:

- renaming filename/directory breaks git history on GitHub web UI. The history 
can still be viewed if you use the command line e.g. git log --follow. 
 
- other pages like stack overflow or blog posts have linked to the /reference 
for ages. We'll be breaking links. We might be able to set up redirect to the 
new path, but the effort is not worth the gain IMO.

There is very little to be gained compared to all the pitfalls.

So I'm closing this issue.

Thanks.

--
nosy: +Mariatta
priority: normal -> low
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue37799>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37674] Is imp module deprecated or pending deprecation?

2019-07-24 Thread Mariatta


New submission from Mariatta :

The doc https://docs.python.org/3.7/library/imp.html says "Deprecated since 
version 3.4: The imp package is pending deprecation in favor of importlib."

Is it in "deprecated" state, or "pendingdeprecation" state?
Should it just be removed in 3.9?

Maybe I just don't understand the difference of "deprecated" and "pending 
deprecation" :(

--
assignee: docs@python
components: Documentation, Library (Lib)
messages: 348411
nosy: Mariatta, docs@python
priority: normal
severity: normal
status: open
title: Is imp module deprecated or pending deprecation?

___
Python tracker 
<https://bugs.python.org/issue37674>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37611] Improve the "Dealing with Bugs" documentation, include guidelines on how to report bugs

2019-07-19 Thread Mariatta


Mariatta  added the comment:

Sure, moving it up is a good start.

--

___
Python tracker 
<https://bugs.python.org/issue37611>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-18 Thread Mariatta


Mariatta  added the comment:

Thanks for the PR! There's conflict to the 2.7 branch, but I'm not motivated 
enough to fix it there.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue37610>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37613] Broken "Back to top" link in www.python.org (mobile)

2019-07-17 Thread Mariatta


Mariatta  added the comment:

Thanks for the report.
The issue tracker for python.org website is at 
https://github.com/python/pythondotorg/issues

PR should be proposed there instead of python/cpython.

--
assignee: docs@python -> 
nosy: +Mariatta
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue37613>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37611] Improve the "Dealing with Bugs" documentation, include guidelines on how to report bugs

2019-07-17 Thread Mariatta


New submission from Mariatta :

On the left of docs.python.org, is a link to "Report a Bug", which takes you to 
"Dealing with Bugs" section (https://docs.python.org/3/bugs.html)

One of the first few paragraphs of the page is telling people that 
documentation bugs can be reported at the bug tracker, or if they're short on 
time, it can be emailed to d...@python.org. 

The next section is talking about "using issue tracker", and at the very bottom 
are two links to external resources about how to report bugs effectively and 
bug reporting guidelines.

1. It would be great if the guidelines are at the top, instead of the bottom.

2. It would be great if we provide our own set of guidelines, instead of 
linking to external resources.

I think the guidelines are especially important for people who opted to write 
an email instead of creating an issue in bpo. In bpo, user is kinda 
restricted/reminded to select a specific type/component, but writing email can 
be more freeform. The better email they write, the easier it is for us to 
respond to them.

--
assignee: docs@python
components: Documentation
messages: 348077
nosy: Mariatta, docs@python
priority: normal
severity: normal
stage: needs patch
status: open
title: Improve the "Dealing with Bugs" documentation, include guidelines on how 
to report bugs
type: enhancement

___
Python tracker 
<https://bugs.python.org/issue37611>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-17 Thread Mariatta


Mariatta  added the comment:

Should have included the link, but I can't edit issue.
Here's the page which I think could be improved. 
https://docs.python.org/3/using/index.html

--

___
Python tracker 
<https://bugs.python.org/issue37610>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-17 Thread Mariatta


New submission from Mariatta :

The Python Usage and Setup documentation lists how to use Python in different 
environments: 
1. command line
2. Unix
3. Windows
4. MacOS

Under "Unix" environment there is a section for Editors and IDE, which actually 
links to external links like https://wiki.python.org/moin/PythonEditors that 
has more comprehensive list of editors across various platforms.

It would be great if the Editors & IDE section is not tied to the "Unix 
environment" section, which might got skipped if the reader is a Windows or Mac 
user. There are IDEs and Editors for those platforms too!

--
assignee: docs@python
components: Documentation
messages: 348074
nosy: Mariatta, docs@python
priority: normal
severity: normal
stage: needs patch
status: open
title: Improve "Python  Usage and Setup" documentation re: Editors & IDE
type: enhancement
versions: Python 2.7, Python 3.7, Python 3.8, Python 3.9

___
Python tracker 
<https://bugs.python.org/issue37610>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37554] Typo in os.rename docs

2019-07-11 Thread Mariatta


Mariatta  added the comment:

Thanks for the report!

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue37554>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37554] Typo in os.rename docs

2019-07-10 Thread Mariatta


Change by Mariatta :


--
keywords: +patch
pull_requests: +14495
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/14692

___
Python tracker 
<https://bugs.python.org/issue37554>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32924] Python 3.7 docs in docs.p.o points to GitHub's master branch

2019-06-21 Thread Mariatta


Change by Mariatta :


--
pull_requests: +14115
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/14282

___
Python tracker 
<https://bugs.python.org/issue32924>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36165] DOC: ssl.rst is missing formatting on two links

2019-06-20 Thread Mariatta


Mariatta  added the comment:

This just needed backport to 3.7. Miss-islington is already working on it.

Thanks!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue36165>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37352] Typo in documentation: "to making it easy"

2019-06-20 Thread Mariatta


Mariatta  added the comment:

FWIW I agree that "with an eye to ..." sounds too complex. It would be great to 
change it to "with the goal of...".

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue37352>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37205] time.perf_counter() is not system-wide on Windows, in disagreement with documentation

2019-06-19 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

> can you explain why you removed 3.5 and 3.6 from the versions list? 

3.5 and 3.6 are closed for regular bug fix maintenance. We're only fixing 
issues in 3.7 and 3.8 now.

Only security fixes will be applied to 3.5 or 3.6, and this issue is not 
considered a security issue.

More details in https://devguide.python.org/#status-of-python-branches

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue37205>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36739] "4.6. Defining Functions" should mention nonlocal

2019-05-28 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks!

--
nosy: +Mariatta
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue36739>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37059] Pre-compile Directive to Remind Coders that Men are Pigs

2019-05-26 Thread Mariatta Wijaya


Change by Mariatta Wijaya :


--
assignee: docs@python -> 
nosy:  -docs@python
resolution:  -> rejected
stage:  -> resolved
status: open -> closed
versions:  -Python 3.7

___
Python tracker 
<https://bugs.python.org/issue37059>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36908] "This module is always available" is confusing

2019-05-17 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks all. I've backported the change to 3.7. I think this is good to be 
closed.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7, Python 3.8, Python 3.9

___
Python tracker 
<https://bugs.python.org/issue36908>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36908] "This module is always available" is confusing

2019-05-13 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

I agree the wording "is always available" is quite ambiguous. It's just that we 
use this phrase pretty much everywhere...

Example:
First paragraph of https://docs.python.org/3/library/sys.html
"It is always available."

https://docs.python.org/3/library/threading.html?highlight=threading#module-threading
 "This module used to be optional, it is now always available."

I wonder if it will be clearer if it says "is available across all platforms"?

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue36908>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36858] f-string '=' debugging output needs to be documented

2019-05-10 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Perhaps it can be added under Tutorial?

https://docs.python.org/3/tutorial/inputoutput.html#formatted-string-literals

--

___
Python tracker 
<https://bugs.python.org/issue36858>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36858] f-string '=' debugging output needs to be documented

2019-05-09 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Related issue where the '=' debug mode was implemented: 
https://bugs.python.org/issue36817

--
nosy: +Mariatta
stage:  -> needs patch

___
Python tracker 
<https://bugs.python.org/issue36858>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31869] commentary on ssl.PROTOCOL_TLS

2019-02-16 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks. Yep this is good for the mentored sprint.

--

___
Python tracker 
<https://bugs.python.org/issue31869>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36008] [good first issue] Update documentation for 3.8

2019-02-15 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Assigning this to me, to be worked on the mentored sprint at PyCon US Cleveland.
Thanks.

--
assignee: docs@python -> Mariatta
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue36008>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36007] python3.8 a1 - docs build requires sphinx 1.7 but uses a 1.8 feature

2019-02-15 Thread Mariatta Wijaya


Change by Mariatta Wijaya :


--
versions:  -Python 3.7

___
Python tracker 
<https://bugs.python.org/issue36007>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36007] python3.8 a1 - docs build requires sphinx 1.7 but uses a 1.8 feature

2019-02-15 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7

___
Python tracker 
<https://bugs.python.org/issue36007>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36007] python3.8 a1 - docs build requires sphinx 1.7 but uses a 1.8 feature

2019-02-15 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Let's up the sphinx version. 
Thanks.

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue36007>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36006] [good first issue] Align version changed for truncate in io module

2019-02-15 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks!

--
nosy: +Mariatta
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue36006>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30410] Documentation for sys.stdout encoding does not reflect the new Windows behavior in Python 3.6+

2019-02-14 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Fixed in 3.8 and 3.7.
Thanks!

--
nosy: +Mariatta
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue30410>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35633] test_eintr fails on AIX since fcntl functions were modified

2019-02-14 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks all!

--
nosy: +Mariatta
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue35633>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35929] rtat.net

2019-02-07 Thread Mariatta Wijaya


New submission from Mariatta Wijaya :

Please provide more info about the bug you're reporting.

As it is, this looks like spam, so I'm closing it.

--
assignee: docs@python -> 
nosy: +Mariatta
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
type: resource usage -> 

___
Python tracker 
<https://bugs.python.org/issue35929>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35835] There is no mention of breakpoint() in the pdb documentation

2019-01-30 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks!

--
nosy: +Mariatta
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue35835>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35583] (glibc2.28/MIPS32EL) python 3.7.x interpreter segmentation fault (3.6.x/2.7.x compile fine)

2018-12-27 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Your disrespectful comments and insults are not welcome here.

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue35583>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35435] Documentation of 3.3 is available

2018-12-07 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

> put a prominent note at the top of each page "This is an unsupported version 
> of the docs, for the latest version see blah blah blah" and link to the most 
> recent version.


Not sure how straightforward it will be to do this, and whether it will worth 
the trouble. Julien, perhaps you know more about this and can provide 
assessment. Perhaps it needs to be done from within python-docs-theme?

FWIW, the landing page of each version (example https://docs.python.org/3.3/) 
states when it was last built. It can be an indication that it is outdated.

There's also a related issue in python.org to better inform people of which 
Python versions are still maintained or not: 
https://github.com/python/pythondotorg/issues/1302

I think as it stands, this ticket is "not a bug".

--

___
Python tracker 
<https://bugs.python.org/issue35435>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35435] Documentation of 3.3 is available

2018-12-06 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

It seems like all other versions (3.2, 3.1, 3.0) are still available too, just 
not updated anymore.

I'm thinking it's ok to leave these documentation.
While we don't support these versions anymore,  they still exists, and they're 
even still available for download from python.org/downloads. It doesn't hurt to 
keep these docs.

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue35435>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35434] Wrong bpo linked in What's New in 3.8

2018-12-06 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks! This has been fixed.

--
nosy: +Mariatta
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue35434>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35434] Wrong bpo linked in What's New in 3.8

2018-12-06 Thread Mariatta Wijaya


Change by Mariatta Wijaya :


--
keywords: +patch
pull_requests: +10246
stage:  -> patch review

___
Python tracker 
<https://bugs.python.org/issue35434>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16438] Numeric operator predecence confusing

2018-11-13 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

I'm actually thinking perhaps the "see :ref:`operator-summary`" clause should 
be separate and under Notes below the table, as opposed to current PR:

```
All numeric types (except complex) support the following operations (for 
priorities of
the operations, see :ref:`operator-summary`)
```

reads oddly to me.

------
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue16438>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33699] Don't describe try's else clause in a footnote

2018-11-11 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Just need a manual backport to 2.7, which I'm not doing :) 

If no one is motivated enough to backport to 2.7, I'm fine with that. Otherwise 
this issue can be closed.

--
nosy: +Mariatta
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue33699>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

IMO adding optional keyword argument to make it compatible with previous 
version is reasonable request, and it seems early on several other core devs 
also agree with it.

--

___
Python tracker 
<https://bugs.python.org/issue34160>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

> ISTM that the coverage tests as currently written aren't good tests.

Hi, I'd like to remind everyone to be open, respectful, and considerate. There 
are ways to describe hos things that can be improved. There is no need to 
denigrate other people's work.

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue34160>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34694] Dismiss To Avoid Slave/Master wording cause it easier for non English spoken programmers

2018-09-15 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

There will be no further discussion about this.

--
nosy: +Mariatta
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue34694>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25296] Simple End-of-life guide covering all unsupported versions

2018-09-15 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

This is not being tracked in:

https://github.com/python/pythondotorg/issues/1302

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue25296>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34671] Remove references to Benevolent Dictator

2018-09-14 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

No thanks.

--
nosy: +Mariatta
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue34671>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34675] Avoid terminology related to slavery

2018-09-14 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

No thanks.

--
nosy: +Mariatta
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue34675>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34605] Avoid master/slave terminology

2018-09-13 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

No further discussion needed. This issue has been closed and resolved. Thanks 
Victor for the PRs.

--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue34605>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34365] datetime's documentation refers to "comparison [...] falling back to the default scheme of comparing object addresses"

2018-09-11 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks!

--
nosy: +Mariatta
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue34365>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34558] ctypes.find_library processing - missing parenthesis prevents subprocess from getting a returncode

2018-08-31 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue34558>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34558] ctypes.find_library processing - missing parenthesis prevents subprocess from getting a returncode

2018-08-31 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:


New changeset 172a71f19bb5e9624651850b315f403c460b9699 by Mariatta (Michael 
Felt) in branch 'master':
bpo-34558: Add missing parentheses in _aix.py (GH-9017)
https://github.com/python/cpython/commit/172a71f19bb5e9624651850b315f403c460b9699


--
nosy: +Mariatta

___
Python tracker 
<https://bugs.python.org/issue34558>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34511] I suggest to add documentation about "method" parameter of urllib.request.Request class

2018-08-26 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

method is added in Python 3.3. You're referencing documentation of Python 3.2.

The documentation is correct for later Python versions: 
https://docs.python.org/3.7/library/urllib.request.html#urllib.request.Request

--
nosy: +Mariatta
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue34511>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33550] Sigpipe handling issue should be documented

2018-08-24 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions:  -Python 2.7, Python 3.4, Python 3.5, Python 3.6

___
Python tracker 
<https://bugs.python.org/issue33550>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



  1   2   3   4   5   6   7   8   9   10   >