[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

[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

[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

[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, Py

[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

[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.or

[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.

[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.or

[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

[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

[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

[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

[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

[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.or

[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.or

[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

[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 <

[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 To

[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/issue43

[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 Unsub

[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

[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

[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 wou

[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:

[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.or

[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.or

[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

[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

[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: +Ma

[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 m

[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

[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 tracke

[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 Unsub

[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.

[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.or

[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 attr

[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.or

[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

[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/issue39

[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://bu

[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

[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/issue39

[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.r

[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:

[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.or

[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 Unsub

[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

[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> ___ ___ Pytho

[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

[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

[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

[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

[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

[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 mailin

[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 tracke

[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

[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

[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/issue37

[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

[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 mailin

[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/issu

[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/issu

[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.or

[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://bug

[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 conside

[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.or

[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

[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, P

[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.

[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/issue36

[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/issu

[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> ___ ___ Pytho

[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/issu

[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:

[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.or

[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> ___ ___ Pytho

[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.or

[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.or

[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.or

[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: re

[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.or

[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/issue35

[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 wh

[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

[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.or

[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> ___ _

[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

[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

[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 <ht

[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 w

[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.or

[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/issue25

[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.or

[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.or

[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/issue34

[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.or

[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.or

[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

[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

[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.or

  1   2   3   4   5   6   7   8   9   10   >