[issue32664] Connector "|" missing between ImportError and LookupError

2018-01-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue32701] Typo in quopri documentation

2018-01-28 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! I like your proposed change. Please create the PR. -- nosy: +Mariatta ___ Python tracker <https://bugs.python.org/issue32

[issue27931] Email parse IndexError <""@wiarcom.com>

2018-01-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 6ea75b174da0cf824e2acc5db6b53798f5f4e4f9 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-27931: Fix email address header parsing error (GH-5329) (GH-5431) https://github.com/python/cpython/commit/6ea75b174da0cf824e2acc5db6b537

[issue32701] Typo in quopri documentation

2018-01-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9424dcbb3e20a26dfdd81659303b989f7d3da044 by Mariatta (Julien Palard) in branch 'master': bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) https://github.com/python/cpython/commit/9424dcbb3e20a26dfdd81659303b98

[issue32701] Typo in quopri documentation

2018-01-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 04f99ba9d7186278eaf072e9a62c03aa63a8a6bb by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) (GH-5438) https://github.com/python/cpyt

[issue32701] Typo in quopri documentation

2018-01-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue32735] Typo in f-string example in docs

2018-01-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Good catch! I checked my presentation slides (where this example comes from). It appeared that I meant it as %b, so the output should have been `Jan` instead of `January`. But no strong preference, the idea is to demonstrate how to use the specifier, so %B

[issue32735] Typo in f-string example in docs

2018-01-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset b299393cc372f3ecbef4304f8eaa4c7838e975ca by Mariatta (Cheryl Sabella) in branch 'master': bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) https://github.com/python/cpyt

[issue32735] Typo in f-string example in docs

2018-01-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 581ce25e1ffa374e62547ef266b6326bee0c54e5 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) (GH-5465) https://github.com/python/cpyt

[issue32735] Typo in f-string example in docs

2018-01-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- ___ Python tracker <https://bugs.python.org/issue32735> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32735] Typo in f-string example in docs

2018-01-31 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue32674] minor documentation fix for '__import__'

2018-02-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 461d225b195eec5269f317323b41115516144c41 by Mariatta (oldk) in branch 'master': bpo-32674: Improve the docstring for __import__ (GH-5339) https://github.com/python/cpython/commit/461d225b195eec5269f317323b41115516144c41 -

[issue32674] minor documentation fix for '__import__'

2018-02-02 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- pull_requests: +5327 ___ Python tracker <https://bugs.python.org/issue32674> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32674] minor documentation fix for '__import__'

2018-02-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset f61951b10cc08d3926a3ebaacc154d4149150ef4 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5489) https://github.com/python/cpython/commit/f61951b10cc08d3926a3ebaacc154d

[issue32674] minor documentation fix for '__import__'

2018-02-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9b7b3a64560269188fcb43445becc5aacb4de2dc by Mariatta in branch '2.7': bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5494) https://github.com/python/cpython/commit/9b7b3a64560269188fcb43445becc5

[issue32674] minor documentation fix for '__import__'

2018-02-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 2.7, Python 3.6, Python 3.8 ___ Python tracker <https://bugs.python.or

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-02-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I'd be interested to help write the PR for this. -- nosy: +Mariatta ___ Python tracker <https://bugs.python.org/is

[issue30109] make reindent failed.

2018-02-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the ping. Almost forgotten about this issue. This can't be cherry-picked cleanly. I need to first backport the new testcase to 2.7, and see if it passes. If the test failed in 2.7 then I need to work on actually backporting the change. I s

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-02-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: > I've already started on drafting these docs. Would you like to work together? Sure, Raymond. Let me know how I can help :) -- ___ Python tracker <https://bugs.python.org

[issue32720] Format mini-language integer definition is incorrect

2018-02-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 8b5fa289fdb04b6b919cf95fa99246aa872e47a8 by Mariatta (nathankerr96) in branch 'master': bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) https://github.com/python/cpyt

[issue32720] Format mini-language integer definition is incorrect

2018-02-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 133514e9dcea9c8cc9d9dd459b1a7fb502747d7e by Mariatta (Miss Islington (bot)) in branch '3.7': bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) (GH-5524) https://github.com/python/cpyt

[issue32720] Format mini-language integer definition is incorrect

2018-02-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3bd749b2122c17b835dc438cdaef63bfdfd61344 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) (GH-5525) https://github.com/python/cpyt

[issue32720] Format mini-language integer definition is incorrect

2018-02-04 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- pull_requests: +5370 ___ Python tracker <https://bugs.python.org/issue32720> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32720] Format mini-language integer definition is incorrect

2018-02-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 7a561afd2c79f63a6008843b83733911d07f0119 by Mariatta in branch 'master': bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) https://github.com/python/cpython/commit/7a561afd2c79f63a6008843b837339

[issue32720] Format mini-language integer definition is incorrect

2018-02-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset a747cf6d9b87ea8c7ce3a42d09e5b966c8e83fa0 by Mariatta (Miss Islington (bot)) in branch '3.7': bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5546) https://github.com/python/cpyt

[issue32784] Wrong argument name for csv.DictReader in documentation

2018-02-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 672fd7d8162f76aff8423fa5c7bfd2b1e91faf57 by Mariatta (Stéphane Wirtel) in branch '2.7': bpo-32784: Wrong argument name for csv.DictReader in documentation (GH-5575) https://github.com/python/cpyt

[issue32784] Wrong argument name for csv.DictReader in documentation

2018-02-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks everyone! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 32921f90821ab54ffb757b7e996e5b7a71fac25e by Mariatta (Stéphane Wirtel) in branch 'master': bpo-32802: Fix Travis build (GH-5589) https://github.com/python/cpython/commit/32921f90821ab54ffb757b7e996e5b7a71fac25e -- nosy:

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Good catch! Thanks Stéphane. I'm thinking it will be best for other PRs to rebase against this new travis configuration. But that seems like a lot of work... -- assignee: -> Mariatta stage: patch review -> back

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ad3997c592ee9b75fdcd44a0eaa51d748a2e2394 by Mariatta (Miss Islington (bot)) in branch '3.7': bpo-32802: Fix Travis build (GH-5589) (GH-5590) https://github.com/python/cpython/commit/ad3997c592ee9b75fdcd44a0eaa51d

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset fe92c441519d0c4fc93bb98fc1bb4e225dea44c4 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32802: Fix Travis build (GH-5589) (GH-5591) https://github.com/python/cpython/commit/fe92c441519d0c4fc93bb98fc1bb4e

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue32784] Wrong argument name for csv.DictReader in documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: 3.5 is for security fixes only now. We don't do documentation or regular bug fixes there anymore. -- versions: -Python 3.5 ___ Python tracker <https://bugs.python.org/is

[issue32800] Replace deprecated link to new page on w3c site

2018-02-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: > If you cannot set the backport labels (I don't know of non-committer author's > are allowed to, mention that all 3 are needed in a comment (I checked 2.7 and > 3.8) Only committers (and the bots) can apply labels :) I've appli

[issue32800] Replace deprecated link to new page on w3c site

2018-02-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I think the news blurb is not needed though. -- ___ Python tracker <https://bugs.python.org/issue32800> ___ ___ Python-bug

[issue30109] make reindent failed.

2018-02-11 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: make reindent is still failing on 2.7 branch, but I haven't had chance to look into the fix. Not really sure if we want to bother? Anyways, I've unassigned myself so if someone else want to look into it, they can. Not sure if it's worth the

[issue32720] Format mini-language integer definition is incorrect

2018-02-12 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue32860] Definition of iglob does not mention single star (unlike glob)

2018-02-16 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 6887d86e9a04b9c5718b08e5d9e1ca3cc1f53721 by Mariatta (Zackery Spytz) in branch 'master': bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712) https://github.com/python/cpyt

[issue32860] Definition of iglob does not mention single star (unlike glob)

2018-02-16 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 3.8 ___ Python tracker <https://bugs.python.or

[issue21060] Better error message for setup.py upload command without sdist/bdist

2018-02-18 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset eeb33651bfadcceea68bd27bb4c4d8de2e690656 by Mariatta (Éric Araujo) in branch '2.7': [2.7] bpo-21060 Improve error message for "setup.py upload" without dist files (GH-5726). https://github.com/p

[issue32500] PySequence_Length() raises TypeError on dict type

2018-02-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 7a1e1786f98ad49caa157dcdf14ada9d0b07d0fd by Mariatta (Zackery Spytz) in branch 'master': bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) https://github.com/python/cpyt

[issue32540] venv docs - doesn't match behavior

2018-02-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: The PR was against master branch. So if backports are needed, you can add "needs backport to" labels on GH-5736 and the bot will take care of it. -- nosy: +Mariatta ___ Python tracker <https://bu

[issue32540] venv docs - doesn't match behavior

2018-02-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I've went ahead to initiate the backports. -- stage: patch review -> backport needed versions: +Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org

[issue32540] venv docs - doesn't match behavior

2018-02-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 76c3f5eeb07aeb037da1ed6761dd9bd95e2c1d8d by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32540: Update venv documentation (GH-5736) https://github.com/python/cpython/commit/76c3f5eeb07aeb037da1ed6761dd9b

[issue32540] venv docs - doesn't match behavior

2018-02-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 98a86cbb9bed94a232263698041acd2775da3dad by Mariatta (Miss Islington (bot)) in branch '3.7': bpo-32540: Update venv documentation (GH-5736) https://github.com/python/cpython/commit/98a86cbb9bed94a232263698041acd

[issue32540] venv docs - doesn't match behavior

2018-02-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This should be good now. Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue30449] Improve __slots__ datamodel documentation

2018-02-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: We can't auto backport to 2.7 because of conflict. Aaron can you prepare the backport PR? -- ___ Python tracker <https://bugs.python.org/is

[issue30449] Improve __slots__ datamodel documentation

2018-02-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Yes I think we can backport this to 3.6 and 2.7. -- ___ Python tracker <https://bugs.python.org/issue30449> ___ ___ Python-bug

[issue30449] Improve __slots__ datamodel documentation

2018-02-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 6eab93cfe5ee08a6168e5bb69474e461cc7ac535 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-30449: Improve __slots__ documentation (GH-1819) https://github.com/python/cpython/commit/6eab93cfe5ee08a6168e5bb69474e4

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

2018-02-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: `while` and `whilst` are both valid english words, however I can understand if readers who don't primarily speak english can get confused. I'll be open to change that to `while` just to make it friendlier to international readers. -

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

2018-02-23 Thread Mariatta Wijaya
New submission from Mariatta Wijaya : When viewing Python 3.7 docs in docs.python.org, the show source link is pointing to the master branch on GitHub. It should point to the 3.7 branch. I'm working on a fix, however this is something to we should remember doing when we go to 3.9+. A

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

2018-02-23 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- keywords: +patch pull_requests: +5611 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32923> ___ ___ Py

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

2018-02-23 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- keywords: +patch pull_requests: +5612 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32924> ___ ___ Py

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

2018-02-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 98f42aac23f3863973cb6e9964c5212cfd3a1d98 by Mariatta in branch 'master': bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) https://github.com/python/cpython/commit/98f42aac23f3863973cb6e9964c521

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

2018-02-23 Thread Mariatta Wijaya
Mariatta Wijaya 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/079d75d099f228a4261f63a9421757

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

2018-02-23 Thread Mariatta Wijaya
Mariatta Wijaya 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 <https://bugs.python.or

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

2018-02-23 Thread Mariatta Wijaya
Mariatta Wijaya 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 t

[issue31454] Include "import as" in tutorial

2018-02-25 Thread Mariatta Wijaya
Mariatta Wijaya 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! -- __

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

2018-02-25 Thread Mariatta Wijaya
Mariatta Wijaya 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/84c4b0cc67ceb4b70842b78c718b6e

[issue31454] Include "import as" in tutorial

2018-02-25 Thread Mariatta Wijaya
Mariatta Wijaya 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/p

[issue31454] Include "import as" in tutorial

2018-02-25 Thread Mariatta Wijaya
Mariatta Wijaya 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 ___ Pyt

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

2018-02-25 Thread Mariatta Wijaya
Mariatta Wijaya 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/b7c1a94f94305d82fc77f833fd68cc

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

2018-02-25 Thread Mariatta Wijaya
Mariatta Wijaya 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 <https://bugs.python.or

[issue32500] PySequence_Length() raises TypeError on dict type

2018-02-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue32967] make check in devguide failing

2018-02-27 Thread Mariatta Wijaya
New submission from Mariatta Wijaya : Thanks. Can you open the issue in github.com/python/devguide? -- nosy: +Mariatta resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue18855] Inconsistent README filenames

2018-03-01 Thread Mariatta Wijaya
Mariatta Wijaya 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

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

2018-03-01 Thread Mariatta Wijaya
Mariatta Wijaya 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 <https://bugs.pyth

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

2018-03-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I'm not intending to work on this, nothing until after PyCon :) Feel free to pick it up. -- ___ Python tracker <https://bugs.python.org/is

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

2018-03-05 Thread Mariatta Wijaya
Mariatta Wijaya 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 <https://bugs.python.or

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

2018-03-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Can you make your PR in python/cpython GitHub repo, instead of your own fork? -- nosy: +Mariatta ___ Python tracker <https://bugs.python.org/issue33

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

2018-03-15 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- versions: -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue33082> ___ ___ Python-bugs-list mailin

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

2018-03-18 Thread Mariatta Wijaya
Mariatta Wijaya 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:

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

2018-03-19 Thread Mariatta Wijaya
Mariatta Wijaya 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/424f3dafea16fbaee55a30903af2d6

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

2018-04-25 Thread Mariatta Wijaya
Mariatta Wijaya 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 ->

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

2018-05-14 Thread Mariatta Wijaya
Mariatta Wijaya 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:

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

2018-05-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- stage: patch review -> resolved status: open -> closed versions: +Python 2.7, Python 3.6 ___ Python tracker <https://bugs.python.org/i

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

2018-05-14 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- resolution: -> fixed ___ Python tracker <https://bugs.python.org/issue22069> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue31423] Error while building PDF documentation

2017-09-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Seems like people are seeing 404s when downloading docs today. By any chance this issue is related? -- nosy: +Mariatta ___ Python tracker <https://bugs.python.org/issue31

[issue31571] Redundand information on Doc/reference/lexical_analysis.rst

2017-09-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I think we can remove ``` As of Python 3.3 it is possible again to prefix ..." ``` and keep the other one where it says: ``` .. versionadded:: 3.3 Support for the unicode legacy literal ``` About the sentence about numeric literals that appears

[issue31570] minor bug in documentataion relating to sending html email

2017-09-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ce418bf8228c9a6a19702638e5f5c2fb66ad0588 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31570: Update Email library documentation example (GH-3720) (GH-3721) https://github.com/python/cpyt

[issue31570] minor bug in documentataion relating to sending html email

2017-09-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This is fixed now. Thanks Larry and Henk-Jaap! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <https://bugs.python.or

[issue31351] ensurepip discards pip's return code which leads to broken venvs

2017-09-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks :) Since Miss Islington couldn't backport this, I'll leave it to the patch author or the core dev who merged the PR ;) -- ___ Python tracker <https://bugs.python.o

[issue31423] Error while building PDF documentation

2017-09-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Sorry!! Yesterday morning I received 50+ emails all about document download page is 404. Reading those again, turns out these are older emails from a week before, somehow just showing up in my mailbox. I think everything is good here. :) Thanks

[issue31571] Redundand information on Doc/reference/lexical_analysis.rst

2017-09-25 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review versions: +Python 3.6 ___ Python tracker <https://bugs.python.org/issue31571> ___ ___ Python-bugs-lis

[issue31571] Redundand information on Doc/reference/lexical_analysis.rst

2017-09-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 4a2d00cb4525fcb3209f04531472ba6a359ed418 by Mariatta (Guilherme Caminha) in branch 'master': bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691) https://github.com/python/cpyt

[issue31571] Redundand information on Doc/reference/lexical_analysis.rst

2017-09-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 26b940f762f0b306ff894601003f51a8d036e285 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691) (GH-3754) https://github.com/python/cpyt

[issue31571] Redundand information on Doc/reference/lexical_analysis.rst

2017-09-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: The proposed change seems fine. Merged and backported. Thanks everyone! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue31584] Documentation Language mixed up

2017-09-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Indeed a problem! Seems to affect Python 2.7 docs. If not mistaken, Julien worked on the language switcher. Maybe he has some clue ... -- nosy: +Mariatta, mdk priority: normal -> high stage: -> needs

[issue31621] Pluralization typo in Language Reference section 7.12

2017-09-28 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Kevin. Can you open a pull request with this change? -- nosy: +Mariatta stage: -> needs patch ___ Python tracker <https://bugs.python.org/issu

[issue31621] Pluralization typo in Language Reference section 7.12

2017-09-28 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 641494ec3168bd556f0af226196e13ae29bddd53 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810) https://github.com/python/cpyt

[issue31621] Pluralization typo in Language Reference section 7.12

2017-09-28 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue31668] "fixFirefoxAnchorBug" function in doctools.js causes navigating problem in Py3 doc in Chrome

2017-10-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Is there anything to be done in CPython? It appears to be either a bug with the browser or Sphinx... -- nosy: +Mariatta ___ Python tracker <https://bugs.python.org/issue31

[issue31657] unit test for optimization levels does not cover __debug__ case

2017-10-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 543386b7f077d210ea0722079d68beb6c066730a by Mariatta (diana) in branch 'master': bpo-31657: Add test coverage for the __debug__ case (GH-3450) https://github.com/python/cpython/commit/543386b7f077d210ea0722079d68beb6c066730a -

[issue31657] unit test for optimization levels does not cover __debug__ case

2017-10-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for this enhancement, Diana. Since PR has been merged, and backport is not needed, I think this can be closed now. :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +P

[issue31507] email.utils.parseaddr has no docstring

2017-10-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 93c0885dc84381cbbb970402b1a21bf690ee312c by Mariatta (Rohit Balasubramanian) in branch '3.6': bpo-31507 Add docstring to parseaddr function in email.utils.parseaddr (GH-3647) (GH-3733) https://github.com/python/cpyt

[issue31507] email.utils.parseaddr has no docstring

2017-10-06 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue31720] msilib.MSIError is spelled MsiError in documentation

2017-10-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 5f396dba1d11356ab18e3bec130596197e741a64 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-3917) https://github.com/python/cpyt

[issue31720] msilib.MSIError is spelled MsiError in documentation

2017-10-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.4, Python 3.5, Python 3.8 ___ Python tracker <https://bugs.python.or

[issue31537] Bug in readline module documentation example

2017-10-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset eeb5ffd54e56dd89a99c74eb512c36d62649cfec by Mariatta (Brad Smith) in branch 'master': bpo-31537: Update readline documentation example. (GH-3925) https://github.com/python/cpython/commit/eeb5ffd54e56dd89a99c74eb512c36

[issue31537] Bug in readline module documentation example

2017-10-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Fixed. Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.5 ___ Python tracker <https://bugs.python.or

<    4   5   6   7   8   9   10   11   12   13   >