[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



[issue33550] Sigpipe handling issue should be documented

2018-08-24 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:


New changeset 7b0ed43af55c1e2844aa0ccd5e088b2ddd38dbdb by Mariatta (Miss 
Islington (bot)) in branch '3.7':
bpo-33550: Warn not to set SIGPIPE to SIG_DFL (GH-6773)
https://github.com/python/cpython/commit/7b0ed43af55c1e2844aa0ccd5e088b2ddd38dbdb


--
nosy: +Mariatta

___
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



[issue34426] "__lltrace__" seems to be wrong , "__ltrace__" is correct in Misc/SpecialBuilds.txt

2018-08-24 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:


New changeset b26fcd6e22b7c150318d555f67b009cedcf5c797 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822)
https://github.com/python/cpython/commit/b26fcd6e22b7c150318d555f67b009cedcf5c797


--

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



[issue34426] "__lltrace__" seems to be wrong , "__ltrace__" is correct in Misc/SpecialBuilds.txt

2018-08-24 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks!

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

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



[issue34426] "__lltrace__" seems to be wrong , "__ltrace__" is correct in Misc/SpecialBuilds.txt

2018-08-24 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:


New changeset 09efe49c07e2d5f93b415ead757c87e20cc0026f by Mariatta (Danish 
Prakash) in branch 'master':
bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822)
https://github.com/python/cpython/commit/09efe49c07e2d5f93b415ead757c87e20cc0026f


--
nosy: +Mariatta

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



[issue34452] docs: help text for [>>>] toggle always in English

2018-08-21 Thread Mariatta Wijaya


Change by Mariatta Wijaya :


--
status: pending -> closed

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



[issue34452] docs: help text for [>>>] toggle always in English

2018-08-21 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

The help text that says "Show the prompts and output" comes from 
python-docs-theme, and it is tracked in a separate repo: 
https://github.com/python/python-docs-theme/

Not sure if there's any customization that we can do here. I suggest raising 
the issue in python-docs-theme first.

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

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



[issue31715] Add mimetype for extension .mjs

2018-08-20 Thread Mariatta Wijaya


Change by Mariatta Wijaya :


--
nosy: +barry, r.david.murray

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



[issue34398] Docs search does not index glossary

2018-08-14 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Hmm the search is built-in functionality in Sphinx, and I don't think we have 
any way to control or customize that.

--
nosy: +Mariatta
resolution:  -> third party
status: open -> pending
versions:  -Python 2.7, Python 3.4, Python 3.5

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



[issue34378] Documentation 3.5+

2018-08-10 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Sorry you're having trouble with this.
There is similar issue as https://bugs.python.org/issue28044.

The Python documentation Sphinx theme is now being maintained over at 
https://github.com/python/python-docs-theme/

Please file the issue there. Thanks.

--
nosy: +Mariatta
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Make the sidebar in the documentation follow the section 
automatically

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



[issue34324] Doc README wrong directory name for venv

2018-08-09 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks!

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

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



[issue34324] Doc README wrong directory name for venv

2018-08-09 Thread Mariatta Wijaya

Mariatta Wijaya  added the comment:


New changeset 599bfa18f8ebcb23af300b6855934048c3c64e7d by Mariatta (Stéphane 
Wirtel) in branch 'master':
bpo-34324: Doc README wrong directory name for venv (GH-8650)
https://github.com/python/cpython/commit/599bfa18f8ebcb23af300b6855934048c3c64e7d


--
nosy: +Mariatta

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



[issue28044] Make the sidebar in the documentation follow the section automatically

2018-08-07 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

You can file a new issue in https://github.com/python/python-docs-theme/ and 
just add a link to this issue from GitHub in the description.

--
nosy: +Mariatta

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



[issue28044] Make the sidebar in the documentation follow the section automatically

2018-08-07 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Really sorry, but this issue is now out of date, and the patch no longer 
applies.

The Python documentation theme is now being tracked in 
https://github.com/python/python-docs-theme/

Perhaps bring up this issue there?

Thanks.

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

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



[issue34335] Fix examples in asyncio docs (suppliment to bpo-32258)

2018-08-07 Thread Mariatta Wijaya


Change by Mariatta Wijaya :


--
versions:  -Python 3.6

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



[issue34335] Fix examples in asyncio docs (suppliment to bpo-32258)

2018-08-07 Thread Mariatta Wijaya


Change by Mariatta Wijaya :


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

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



[issue34335] Fix examples in asyncio docs (suppliment to bpo-32258)

2018-08-07 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:


New changeset d2ac400267940f35d731d66c2dafafe099d770d9 by Mariatta (Mikhail 
Terekhov) in branch 'master':
bpo-34335: Use async/await syntax in documentation examples (GH-8674)
https://github.com/python/cpython/commit/d2ac400267940f35d731d66c2dafafe099d770d9


--
nosy: +Mariatta

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



[issue34317] Improve docstring Environment variables in Windows NT

2018-08-02 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks!

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

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



[issue34317] Improve docstring Environment variables in Windows NT

2018-08-02 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:


New changeset 46ebe61c7f3511b97268b44d5373a9e9cf0b5cc7 by Mariatta 
(HiyashiChuka) in branch 'master':
bpo-34317: Fix a dead url to Windows documentation (GH-8622)
https://github.com/python/cpython/commit/46ebe61c7f3511b97268b44d5373a9e9cf0b5cc7


--
nosy: +Mariatta

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



[issue34203] documentation: recommend Python 3 over 2 in faq

2018-07-23 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Yep. Please propose a patch.

I think this should be updated even for Python 2.7 docs, which is nearing EOL.

--
nosy: +Mariatta
stage:  -> needs patch
versions: +Python 2.7, Python 3.6, Python 3.7

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



[issue33187] Document ElementInclude (XInclude) support in ElementTree

2018-07-21 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Please read the devguide on how to get started contributing: 
https://devguide.python.org.

You'll also need to sign the CLA:
https://devguide.python.org/pullrequest/?highlight=Cla#licensing

--
nosy: +Mariatta

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



[issue34174] argparse formatter_class issue for RawDescriptionHelpFormatter

2018-07-20 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks for the report.

To make it work, you'll have to import textwrap first.

We don't always add all the necessary imports in our code snippets and 
examples, and we don't need to start adding imports into code examples either. 
So I'm closing this issue.

Thanks again.

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

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



[issue34161] (good first issue) Tutorial 7.1 str.format() code example syntax error

2018-07-20 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:


New changeset 49abd307d222e6fe85b5175eed6b6f87fc656a8d by Mariatta (Miss 
Islington (bot)) in branch '3.7':
bpo-34161: Remove extra parentheses in output formatting tutorial (GH-8350)
https://github.com/python/cpython/commit/49abd307d222e6fe85b5175eed6b6f87fc656a8d


--

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



[issue34161] (good first issue) Tutorial 7.1 str.format() code example syntax error

2018-07-20 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks!

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

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



[issue34161] (good first issue) Tutorial 7.1 str.format() code example syntax error

2018-07-19 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Yup. Are you interested in creating the PR?

--
keywords: +easy
nosy: +Mariatta
stage:  -> needs patch
title: Tutorial 7.1 str.format() code example syntax error -> (good first 
issue) Tutorial 7.1 str.format() code example syntax error
versions: +Python 3.8

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



[issue23850] Missing documentation for Py_TPFLAGS_HAVE_NEWBUFFER

2018-07-02 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Documentation fixes to 2.7 is still accepted. Please create a PR on GitHub.

--
nosy: +Mariatta

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



[issue33970] bugs.python.org silently refuses registrations

2018-06-26 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks for the report.
As you have found out, the issue tracker for the bug tracker itself is not here.

It seems to be a problem in upstream roundup.

If you can help with fixing this issue, please see the discussion in 
http://psf.upfronthosting.co.za/roundup/meta/issue591
as well as http://issues.roundup-tracker.org/issue2550920

You can also read https://wiki.python.org/moin/TrackerDevelopment about 
development of the bug tracker itself.

--
assignee: docs@python -> 
components:  -Documentation
nosy: +Mariatta
resolution:  -> third party
stage:  -> resolved
status: open -> closed
versions:  -Python 3.6

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



[issue33887] doc Add TOC in Design and History FAQ

2018-06-23 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks for the PR!

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

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



[issue33887] doc Add TOC in Design and History FAQ

2018-06-23 Thread Mariatta Wijaya

Mariatta Wijaya  added the comment:


New changeset 38cf49bf695903ac7a8516bca6bbb6b32d935bb5 by Mariatta (Andrés 
Delfino) in branch 'master':
bpo-33887: Add TOC to Design and History FAQ(GH-7766)
https://github.com/python/cpython/commit/38cf49bf695903ac7a8516bca6bbb6b32d935bb5


--
nosy: +Mariatta

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



[issue33876] doc Mention relevant pythonesque implementations

2018-06-21 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks for the PR, and thanks everyone for the feedback.

But I don't think we should be the one maintaining a list of all available 
alternative Python implementation out there.

There is already a good list: 
https://wiki.python.org/moin/PythonImplementations which is the top result when 
people search for "Python implementation".

I'm inclined to close this issue.

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

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



[issue33889] doc Mention Python on-line shell in Tutorial

2018-06-17 Thread Mariatta Wijaya


Change by Mariatta Wijaya :


--
resolution: remind -> rejected

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



[issue33889] doc Mention Python on-line shell in Tutorial

2018-06-17 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks, but I just don't think this is needed but adding complexity.

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

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



[issue33571] Add triple quotes to list of delimiters that trigger '...' prompt

2018-06-15 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks!

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

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



[issue33571] Add triple quotes to list of delimiters that trigger '...' prompt

2018-06-15 Thread Mariatta Wijaya

New submission from Mariatta Wijaya :


New changeset 68680035143a3a6398faa88f067f244c74691d19 by Mariatta (Andrés 
Delfino) in branch 'master':
bpo-33571: Improve the glossary description for '...' prompt (GH-6971)
https://github.com/python/cpython/commit/68680035143a3a6398faa88f067f244c74691d19


--
nosy: +Mariatta

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



[issue33836] [Good first-time issue] Recommend keyword-only param for memoization in FAQ

2018-06-15 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks!

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

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



[issue33836] [Good first-time issue] Recommend keyword-only param for memoization in FAQ

2018-06-15 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:


New changeset 2707e41a5c7ede30349cc7dbd66f8be564965d7c by Mariatta (Noah 
Haasis) in branch 'master':
bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687)
https://github.com/python/cpython/commit/2707e41a5c7ede30349cc7dbd66f8be564965d7c


--
nosy: +Mariatta

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



[issue31102] deheader: double #incude of the same file

2018-06-12 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Closing this. No action item from our side.

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

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



[issue23495] The writer.writerows method should be documented as accepting any iterable (not only a list)

2018-06-02 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:

Thanks all!

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

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



[issue23495] The writer.writerows method should be documented as accepting any iterable (not only a list)

2018-06-02 Thread Mariatta Wijaya


Mariatta Wijaya  added the comment:


New changeset a801cf164be7c62b6a6dba47ff91d6c3edb67729 by Mariatta (Zackery 
Spytz) in branch 'master':
bpo-23495: Correct the documentation for writerows() of csv Writer objects 
(GH-6316)
https://github.com/python/cpython/commit/a801cf164be7c62b6a6dba47ff91d6c3edb67729


--
nosy: +Mariatta

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



[issue33625] Release GIL for grp.getgr{nam, gid} and pwd.getpw{nam, uid}

2018-05-24 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

In the future please use gender-neutral words such as "everyone", "people", or
"folks" instead of "guys". Thanks.

--
nosy: +Mariatta

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



[issue33565] strange tracemalloc results

2018-05-23 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Alexander, in the future please use gender-neutral words such as "folks" and 
"y'all" instead of "guys". Thanks.

--
nosy: +Mariatta

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



[issue18307] Relative path in co_filename for zipped modules

2018-05-23 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Vitaly, in the future please use gender-neutral words such as "folks" and 
"y'all" instead of "guys". Thanks.

--
nosy: +Mariatta

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



[issue22069] TextIOWrapper(newline="\n", line_buffering=True) mistakenly treat \r as a newline

2018-05-14 Thread Mariatta Wijaya

Change by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
resolution:  -> fixed

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



[issue22069] TextIOWrapper(newline="\n", line_buffering=True) mistakenly treat \r as a newline

2018-05-14 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Thanks!

--
stage: patch review -> resolved
status: open -> closed
versions: +Python 2.7, Python 3.6

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



[issue22069] TextIOWrapper(newline="\n", line_buffering=True) mistakenly treat \r as a newline

2018-05-14 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset 7ffd4c58fae08b29259eebd6cbcd2287820b14e8 by Mariatta (Elena Oat) 
in branch 'master':
bpo-22069: Update TextIO documentation (GH-6609)
https://github.com/python/cpython/commit/7ffd4c58fae08b29259eebd6cbcd2287820b14e8


--
nosy: +Mariatta

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



[issue3692] improper scope in list comprehension, when used in class declaration

2018-04-25 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

I'm re-opening this, since the behavior sounds like a bug to me.

While I understand why it behaves the way it is now, but it seems wrong 
behavior. Perhaps we should look into finding a solution.

--
nosy: +Mariatta
resolution: wont fix -> 
status: closed -> open
versions: +Python 3.8 -Python 3.0

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



[issue19417] Bdb: add a unittest file (test.test_bdb)

2018-03-19 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset 424f3dafea16fbaee55a30903af2d6717f4d4a6b by Mariatta (xdegaye) in 
branch '3.6':
bpo-19417: Add test_bdb.py (GH-5217)
https://github.com/python/cpython/commit/424f3dafea16fbaee55a30903af2d6717f4d4a6b


--

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



[issue19417] Bdb: add a unittest file (test.test_bdb)

2018-03-18 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset 3fe33043ee83d19e15551094fc1e0984617ded3c by Mariatta (xdegaye) in 
branch 'master':
bpo-19417: Add test_bdb.py (GH-5217)
https://github.com/python/cpython/commit/3fe33043ee83d19e15551094fc1e0984617ded3c


--
nosy: +Mariatta

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



[issue33082] multiprocessing docs bury very important 'callback=' args

2018-03-15 Thread Mariatta Wijaya

Change by Mariatta Wijaya <mariatta.wij...@gmail.com>:


--
versions:  -Python 3.4, Python 3.5

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



[issue33082] multiprocessing docs bury very important 'callback=' args

2018-03-15 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Can you make your PR in python/cpython GitHub repo, instead of your own fork?

--
nosy: +Mariatta

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



[issue25197] Allow documentation switcher to change url to /3/ and /dev/

2018-03-05 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Yeah I believe this issue is out of date. Thanks.

--
nosy: +Mariatta
resolution:  -> out of date
stage: patch review -> resolved
status: open -> closed

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



[issue32963] Python 2.7 tutorial claims source code is UTF-8 encoded

2018-03-02 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

I'm not intending to work on this, nothing until after PyCon :) Feel free to 
pick it up.

--

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



[issue10507] Check well-formedness of reST markup within "make patchcheck"

2018-03-01 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

This is out of date. I'm closing it.

Thanks.

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

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



[issue18855] Inconsistent README filenames

2018-03-01 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Thanks. I'm going to reject this and to keep the readme files as is.
The consequence of renaming files, now that we are on GitHub, is that GitHub 
doesn't retain the complete file history.
So while on GitHub, clicking the file's "History" will only show the history of 
the file after the rename.
In addition, locally you need to do `git log --follow` to see the complete 
history.
I find that to be an inconvenience.

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

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



[issue32967] make check in devguide failing

2018-02-27 Thread Mariatta Wijaya

New submission from Mariatta Wijaya <mariatta.wij...@gmail.com>:

Thanks. Can you open the issue in github.com/python/devguide?

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

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



[issue32500] PySequence_Length() raises TypeError on dict type

2018-02-25 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Thanks!

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

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



[issue25059] Mistake in input-output tutorial regarding print() seperator

2018-02-25 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Thanks!

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

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



[issue25059] Mistake in input-output tutorial regarding print() seperator

2018-02-25 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset b7c1a94f94305d82fc77f833fd68cc8616991bd4 by Mariatta (Cheryl 
Sabella) in branch '2.7':
[2.7] bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
https://github.com/python/cpython/commit/b7c1a94f94305d82fc77f833fd68cc8616991bd4


--

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



[issue31454] Include "import as" in tutorial

2018-02-25 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Thanks everyone. I've merged Marios's PR. The backport PRs have started and 
will automerge.

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

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



[issue31454] Include "import as" in tutorial

2018-02-25 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset fbee88244e8921afdb29fde51a9a010a8ae18277 by Mariatta (Mario 
Corchero) in branch 'master':
bpo-31454: Include information about "import X as Y" in Modules tutorial 
(GH-4041)
https://github.com/python/cpython/commit/fbee88244e8921afdb29fde51a9a010a8ae18277


--

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



[issue25059] Mistake in input-output tutorial regarding print() seperator

2018-02-25 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset 84c4b0cc67ceb4b70842b78c718b6e8214874d6a by Mariatta (Cheryl 
Sabella) in branch 'master':
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
https://github.com/python/cpython/commit/84c4b0cc67ceb4b70842b78c718b6e8214874d6a


--
nosy: +Mariatta

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



[issue31454] Include "import as" in tutorial

2018-02-25 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

> PR 4041 looks good to me. Mariatta, do you have time to look at Mario's patch?

Sorry I just saw this now, months later.
Looks good to me. I can merge and backport once the CI passed.
Thanks!

--

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



[issue32923] Typo in documentation of unittest: whilst instead of while

2018-02-23 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

Thanks! I've fixed it on master, the backports have been initiated and will 
finish automatically.

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

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32923>
___
___
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

2018-02-23 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:

The link has been fixed, it affects 3.7 branch only.

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

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32924>
___
___
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

2018-02-23 Thread Mariatta Wijaya

Mariatta Wijaya <mariatta.wij...@gmail.com> added the comment:


New changeset 079d75d099f228a4261f63a94217571e05e8fa8e by Mariatta in branch 
'3.7':
bpo-32924: Fix the Show Source url in the docs. (GH-5835)
https://github.com/python/cpython/commit/079d75d099f228a4261f63a94217571e05e8fa8e


--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32924>
___
___
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   >