[issue34508] return of non-parenthesized star-unpacking expression a SyntaxError

2019-10-17 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.9 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue34508> ___ ___ Python-bugs-list mailin

[issue32397] textwrap output may change if you wrap a paragraph twice

2019-10-20 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.9 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue32397> ___ ___ Python-bugs-list mailin

[issue34014] loop.run_in_executor should propagate current contextvars

2019-10-20 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.9 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue34014> ___ ___ Python-bugs-list mailin

[issue26389] Expand traceback module API to accept just an exception as an argument

2019-10-20 Thread Cheryl Sabella
Cheryl Sabella added the comment: @mbussonn, were you interested in continuing with Brett's (and your) suggestion for the API by making the first argument positional-only and the others optional? -- versions: +Python 3.9 -Python 3.8 ___ P

[issue38872] Document exec symbol for codeop.compile_command

2019-11-20 Thread Cheryl Sabella
New submission from Cheryl Sabella : codeop.compile_command accepts 'exec' as a symbol, but it is not documented. Opening this bug report for an issue initially reported in PR3179. -- assignee: docs@python components: Documentation messages: 357118 nosy: cheryl.sabella, d

[issue36277] pdb's recursive debug command is not listed in the docs

2019-11-20 Thread Cheryl Sabella
Cheryl Sabella added the comment: @Antony.Lee, thank you for the report, @remi.lapeyre, thank you for the research, and @dvnguyen, thank you for the PR. -- nosy: +cheryl.sabella resolution: -> fixed stage: patch review -> resolved status: open -&g

[issue32949] Simplify "with"-related opcodes

2019-12-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: Should this be closed now that PR6641 has been merged? -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue32

[issue32907] pathlib: test_resolve_common fails on Windows w/ longusername

2019-12-12 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> Release Windows Store app containing Python ___ Python tracker <https://bugs.python

[issue23930] http.cookies.SimpleCookie doesn't parse comma-only separated cookies correctly

2019-12-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- stage: patch review -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue23930> ___ ___ Pyth

[issue38720] Logging failure with timestamp messages

2019-12-15 Thread Cheryl Sabella
Cheryl Sabella added the comment: I'm going to close this pending additional information from the OP. @xtobes, please reopen if you are able to provide a minimally reproducing example. Thank you! -- nosy: +cheryl.sabella resolution: -> works for me stage: -> test ne

[issue34000] Document when compile returns a code object v. AST

2019-12-15 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you for the bug report and thank you @BTaskaya for finding the other issue. I'm closing this as a duplicate of #27119. -- nosy: +cheryl.sabella resolution: -> duplicate stage: -> resolved status: open -> closed superseder

[issue36589] Incorrect error handling in curses.update_lines_cols()

2019-12-15 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34215] streams.py:IncompleteReadError is message is unclear when expected is None

2019-12-15 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +asvetlov, yselivanov stage: -> patch review versions: +Python 3.9 -Python 3.5 ___ Python tracker <https://bugs.python.org/issu

[issue33255] json.dumps has different behaviour if encoding='utf-8' or encoding='utf8'

2020-01-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue38623] Python documentation should mention how to find site-packages

2020-01-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +brett.cannon versions: -Python 2.7, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue38623> ___ ___

[issue25872] multithreading traceback KeyError when modifying file

2020-01-05 Thread Cheryl Sabella
Cheryl Sabella added the comment: As @xtreak said, this looks like it was fixed for Python 3 and was only an issue for 2.7, so I'm closing the issue. -- nosy: +cheryl.sabella resolution: -> wont fix stage: patch review -> resolved status: ope

[issue28143] ASDL compatibility with Python 3 system interpreter

2020-01-10 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue31829] Portability issues with pickle

2020-01-10 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34110] cPickle may raise AttributeError when loading concurrently in threads

2020-01-10 Thread Cheryl Sabella
Cheryl Sabella added the comment: Fixed in Python 3 with #34572. -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed versions: -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.or

[issue17013] Allow waiting on a mock

2020-01-10 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.9 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue17013> ___ ___ Python-bugs-list mailin

[issue38567] urllib.parse.unquote_plus raises incorrect error message when string parameter is bytes

2020-01-10 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +orsenthil ___ Python tracker <https://bugs.python.org/issue38567> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32021] Brotli encoding is not recognized by mimetypes

2020-01-10 Thread Cheryl Sabella
Cheryl Sabella added the comment: Now that two years have passed, is there any additional info as to whether this should be added or not? It does seem that the format is active (https://github.com/google/brotli). -- nosy: +cheryl.sabella versions: +Python 3.8, Python 3.9 -Python

[issue36556] Trashcan causing duplicated __del__ calls

2020-01-10 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36516] Python Launcher can not recognize pyw file as Python GUI Script file type correctly.

2020-01-10 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue36516> ___ ___ Python-bugs-list mailin

[issue17254] add thai encoding aliases to encodings.aliases

2020-01-10 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.9 -Python 3.4 ___ Python tracker <https://bugs.python.org/issue17254> ___ ___ Python-bugs-list mailin

[issue32524] Python 2.7 leaks a packages __init__.py module object on SyntaxError

2020-01-11 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue27195] Crash when RawIOBase.write(b) evaluates b.format

2020-01-11 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue32978] Issues with reading large float values in AIFC files

2020-01-11 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.9 -Python 2.7, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue32978> ___ ___ Python-bug

[issue33471] string format with 'n' failling with french locales

2020-01-11 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> float.__format__('n') fails with _PyUnicode_CheckConsistency assertion error for locales with non-asc

[issue34732] uuid returns version more than 5

2020-01-11 Thread Cheryl Sabella
Cheryl Sabella added the comment: Updating version and adding some people to the nosy list to review the two suggested pull requests for this issue. Thanks! -- nosy: +barry, cheryl.sabella, taleinat, twouters versions: +Python 3.9 -Python 3.7

[issue14014] codecs.StreamWriter.reset contract not fulfilled

2020-01-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: @lemburg, when you get a chance, please review the PR. Thanks! -- assignee: -> lemburg nosy: +cheryl.sabella versions: +Python 3.8, Python 3.9 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.pyth

[issue39293] Windows 10 64-bit needs reboot

2020-01-12 Thread Cheryl Sabella
Change by Cheryl Sabella : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue39

[issue19557] ast - docs for every node type are missing

2020-01-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: @BTaskaya, thank you. I'm going to close this issue as a duplicate of that one. -- nosy: +cheryl.sabella resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Improve the

[issue39295] usage of bitfields in ctypes structures changed between 3.7.5 and 3.7.6

2020-01-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: Adding @vinay.sajip to the nosy list as he worked on issue16576. -- nosy: +cheryl.sabella, vinay.sajip ___ Python tracker <https://bugs.python.org/issue39

[issue39179] pandas tz_convert() seems to report incorrect date conversion

2020-01-12 Thread Cheryl Sabella
Change by Cheryl Sabella : -- status: open -> closed ___ Python tracker <https://bugs.python.org/issue39179> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue38293] Deepcopying property objects results in unexpected TypeError

2020-01-12 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.6 ___ Python tracker <https://bugs.python.or

[issue38330] httplib specifies content-length when transfer-encoding present

2020-01-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hi @apmatthews, thank you for the report and for the pull request. Unfortunately, Python 2.7 reached end of life on 1/1/2020, so no additional changes are being incorporated into Python 2. Looking at the documentation for Python 3, I think it's OK

[issue39177] In tkinter, simple dialogs, askstrings, etc. with flexible coordinates and no viewable parent.

2020-01-12 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +serhiy.storchaka ___ Python tracker <https://bugs.python.org/issue39177> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39328] Allow filename mismatch in local and central directories in zipfile.py

2020-01-14 Thread Cheryl Sabella
New submission from Cheryl Sabella : This is being opened from the report on GH3035. During malware research I bumped int problem with my Python based file analyzer: miscreants are modifying ZIP file header parts so, that python based automated analysis tools are unable to process the

[issue39303] Refactor cmd module

2020-01-15 Thread Cheryl Sabella
Cheryl Sabella added the comment: Dan, thank you for your contribution. Please see the pull request for the motivation behind closing this. -- nosy: +cheryl.sabella resolution: -> rejected stage: patch review -> resolved status: open -&g

[issue27379] SocketType changed in Python 3

2020-01-17 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.8, Python 3.9 -Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue27379> ___ ___ Python-bug

[issue39331] 2to3 mishandles indented imports

2020-01-17 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thank you for the report. This is a duplicate of #38681. -- nosy: +cheryl.sabella resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> 2to3 Conversion Result using BlankLine() can be Syntacticall

[issue39388] IDLE: Changes to keybindings aren't reverted on cancel

2020-01-19 Thread Cheryl Sabella
New submission from Cheryl Sabella : In https://bugs.python.org/issue35598#msg332634, Terry mentioned a bug when updating the configuration of a key, but then cancelling out of configdialog. > Change a key binding. Cancel. Re-open config dialog. Try to change back. > It says or

[issue39388] IDLE: Changes to keybindings aren't reverted on cancel

2020-01-19 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +17460 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18068 ___ Python tracker <https://bugs.python.org/issu

[issue30951] Documentation error in inspect module

2020-01-20 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.8, Python 3.9 -Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue30

[issue33973] HTTP request-line parsing splits on Unicode whitespace

2020-01-25 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.9 -Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue33973> ___ ___ Python-bug

[issue38580] select()'s documentation claims only sequences are accepted, but it allows all iterables

2020-01-25 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: -Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue38580> ___ ___ Python-bugs-list mailin

[issue38337] inspect: getmembers calls properties

2020-01-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: Here is a link to the discussion of this on ideas: https://discuss.python.org/t/implement-inspect-getmembers-static/2550 -- nosy: +cheryl.sabella versions: -Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8

[issue29757] The loop in utility `socket.create_connection()` swallows previous errors

2020-01-25 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.9 -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue29757> ___ ___ Python-bugs-list m

[issue39400] pydoc: Use of MANPAGER variable is incorrect

2020-01-25 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +serhiy.storchaka versions: +Python 3.9 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue39400> ___ ___ Python-bug

[issue9216] FIPS support for hashlib

2020-01-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: Should this issue be closed as resolved? -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue9

[issue39472] IDLE: improve handling of int entry in settings dialog

2020-01-28 Thread Cheryl Sabella
Cheryl Sabella added the comment: With keeping it a StringVar, there is an issue where it writes a blank (ie, bad data) to the config file. Steps to reproduce: - Go into config dialog and click 'General' tab. - Delete value from 'Auto squeeze min line' - Click app

[issue17239] XML vulnerabilities in Python

2020-02-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.9 -Python 2.7, Python 3.6 ___ Python tracker <https://bugs.python.org/issue17239> ___ ___ Python-bugs-list m

[issue37749] ipaddress - is_global method all multicast addresses and networks return true

2020-02-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +pmoody versions: +Python 3.9 ___ Python tracker <https://bugs.python.org/issue37749> ___ ___ Python-bugs-list mailin

[issue39549] The reprlib.Repr type should permit the “fillvalue” to be set by the user

2020-02-06 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +rhettinger versions: -Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue39

[issue31718] some methods of uninitialized io.IncrementalNewlineDecoder objects raise SystemError

2020-02-08 Thread Cheryl Sabella
Cheryl Sabella added the comment: The patch for this issue had some outstanding questions/changes to be made before being merged, but now a new PR needs to be opened to replace the original one. Anyone who is interested can pick this up, but please only open one PR for this and please also

[issue39600] idle_test: test_fontlist_key() fails if two font families have the same name

2020-02-10 Thread Cheryl Sabella
Cheryl Sabella added the comment: I don't see the same duplicates that Victor listed, however I do see some duplicates. (...) DejaVu Sans DejaVu Sans Mono DejaVu Serif (...) Manjari Manjari Manjari (...) Mukti Narrow Mukti Narrow (...) Ubuntu Ubuntu Ubuntu Condensed Ubuntu

[issue39663] IDLE: Add additional tests for pyparse

2020-02-17 Thread Cheryl Sabella
New submission from Cheryl Sabella : Per msg313179, Terry asked to see tests for when the find_good_parse_start() call returns 0 instead of None. There are two cases when a 0 might be returned: 1. If the code is on the first line in the editor beginning with one of the matching keywords

[issue39663] IDLE: Add additional tests for pyparse

2020-02-17 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +17913 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18536 ___ Python tracker <https://bugs.python.org/issu

[issue39666] IDLE: Factor out similar code in editor and hyperparser

2020-02-17 Thread Cheryl Sabella
New submission from Cheryl Sabella : Under issue32989, there was discussion about refactoring duplicate code between hyperparser and editor. > Perhaps separate issue: the 'if use_ps1' statements in editor and > hyperparser, and a couple of lines before, is nearly identic

[issue39666] IDLE: Factor out similar code in editor and hyperparser

2020-02-17 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +17916 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18539 ___ Python tracker <https://bugs.python.org/issu

[issue36000] __debug__ is a keyword but not a keyword

2020-02-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: Serhiy wrote in msg336099 that __debug__ isn't a keyword and the error message was changed in 3.8. Due to that, I'm going to close this as not a bug. -- nosy: +cheryl.sabella resolution: -> not a bug stage: -> resolved status

[issue40243] Unicode 3.2 numeric uses decimal_changed instead of numeric_changed

2020-04-16 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: -Python 2.7, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue40243> ___ ___ Python-bugs-list m

[issue40810] sqlite3 test CheckTraceCallbackContent fails for sqlite v3.7.3 through 3.7.14.1

2021-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +cheryl.sabella nosy_count: 7.0 -> 8.0 pull_requests: +22942 pull_request: https://github.com/python/cpython/pull/14491 ___ Python tracker <https://bugs.python.org/issu

[issue40506] add support for os.Pathlike filenames in zipfile.ZipFile.writestr

2020-05-22 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +serhiy.storchaka, twouters versions: +Python 3.10 -Python 3.9 ___ Python tracker <https://bugs.python.org/issue40

[issue40105] Updating zip comment doesn't truncate the zip file

2020-05-22 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +serhiy.storchaka, twouters ___ Python tracker <https://bugs.python.org/issue40105> ___ ___ Python-bugs-list mailin

[issue40103] ZipFile.extractall is not multiprocess safe with regard to directory creation.

2020-05-22 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +serhiy.storchaka, twouters ___ Python tracker <https://bugs.python.org/issue40103> ___ ___ Python-bugs-list mailin

[issue38490] statistics: add covariance, Pearson's correlation, and simple linear regression

2020-05-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: @steven.daprano and @tim.peters, please take a look at the PR as it is just waiting on your approval. Thanks! -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue38

[issue39073] email incorrect handling of crlf in Address objects.

2020-05-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: There are 3 open PRs for the backport of this to 3.6, 3.7, and 3.8. It looks like they just need to be approved and miss-islington will take care of the rest. -- nosy: +cheryl.sabella ___ Python tracker <ht

[issue37129] Add os.RWF_APPEND flag for os.pwritev

2020-05-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: The PR for this issue has been closed, but the issue is now open for someone else to make a PR for it. Please credit the original author in the new PR. -- keywords: -patch nosy: +cheryl.sabella stage: patch review -> needs patch versions: +Pyt

[issue35707] time.sleep() should support objects with __float__

2020-05-22 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +belopolsky, p-ganssle versions: +Python 3.10 -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue35

[issue38693] Use f-strings instead of str.format within importlib

2020-05-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: Did you want this one to land in 3.9? -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue38693> ___ ___

[issue32398] OSX C++ linking workaround in distutils breaks other packages

2020-05-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: I'm going to close this as the OP hasn't responded in over 2 years and Ronald was -1 on the solution. If the OP or someone else experiences this same problem, either this issue or a new one can be opened to address it. Thank you! -

[issue40439] Error in an external reference

2020-05-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: @audpa31, thank you for the report and @Akarys, thank you for the pull request. -- nosy: +cheryl.sabella resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracke

[issue32782] memoryview & ctypes: incorrect itemsize for empty array

2020-05-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.10, Python 3.9 ___ Python tracker <https://bugs.python.org/issue32782> ___ ___ Python-bugs-list mailin

[issue31956] Add start and stop parameters to the array.index()

2020-05-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: I found this SO about reclaiming an orphaned pull request: https://stackoverflow.com/a/53383772 But you may still need to open a new PR for it. -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.

[issue33294] Support complex expressions for py-print command.

2020-05-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- assignee: -> dmalcolm nosy: +dmalcolm ___ Python tracker <https://bugs.python.org/issue33294> ___ ___ Python-bugs-list mai

[issue40133] Provide additional matchers for unittest.mock

2020-05-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: @Flameeyes, thank you for the suggestion. As per the other comments, I'm going to close this as it would be more suitable to have it on PyPI. Feel free to have more discussion here or on python-ideas if you want to get more feedback. --

[issue38741] Definition of multiple ']' in header configparser

2020-05-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: @lukasz.langa, please take a look at the PR for a review. Thank you! -- nosy: +cheryl.sabella, lukasz.langa versions: +Python 3.10, Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue38

[issue39686] add dump_json to ast module

2020-05-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34938] Fix mimetype.init() to account for from import

2020-05-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: @steve.dower, Mariatta had a question for you on the PR. -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue34

[issue37973] improve docstrings of sys.float_info

2020-05-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: @mark.dickinson, please take a look at the PR when you get a chance. Thanks! -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue37

[issue28859] os.path.ismount sometimes raises FileNotFoundError on Windows

2020-05-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: @steve.dower, please review the changes when you get a chance. Thanks! -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue28

[issue40057] Missing mention of some class attributes in socketserver documentation

2020-05-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +martin.panter versions: +Python 3.10 -Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue40

[issue32280] Expose `_PyRuntime` through a section name

2020-05-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: @steve.dower, please take a look at this PR when you have a chance. Thanks! -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue32

[issue34397] remove redundant overflow checks in tuple and list implementations

2020-05-25 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue30008] OpenSSL 1.1.0 deprecated functions

2020-05-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: @christian.heimes, is this issue and PR still relevant? You mention 3.8 in msg291343. Thanks! -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue30

[issue40773] DOC: Fix rendering for 'retval' on the pdb page

2020-05-25 Thread Cheryl Sabella
New submission from Cheryl Sabella : Please only work on this issue if it would be your first contribution to CPython. The rendering for 'retval' description at the bottom of the pdb doc page isn't quite right. https://docs.python.org/3/library/pdb.html -- assign

[issue37824] IDLE: Handle Shell input warnings properly.

2020-05-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: Terry, I put this into debug and found the reason it's printing the warning three times. In `codeop.py`, it's running `_maybe_compile` and there are three try statements: ``` def _maybe_compile(compiler, source, filename, symbol): # Check

[issue37824] IDLE: Handle Shell input warnings properly.

2020-05-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: I added a commit to the PR to show warnings once. -- ___ Python tracker <https://bugs.python.org/issue37824> ___ ___ Python-bug

[issue40773] DOC: Fix rendering for 'retval' on the pdb page

2020-05-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hi Joshua, Go for it! :-) Please take a look at https://devguide.python.org for how to get started and let us know if you have any questions. -- ___ Python tracker <https://bugs.python.org/issue40

[issue35545] asyncio.base_events.create_connection doesn't handle scoped IPv6 addresses

2020-05-26 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33678] selector_events.BaseSelectorEventLoop.sock_connect should preserve socket type

2020-05-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: For reference, please note the comments in https://github.com/python/cpython/pull/11403#issuecomment-633779644. -- nosy: +cheryl.sabella ___ Python tracker <https://bugs.python.org/issue33

[issue40586] Pydoc should support https for hyperlinks.

2020-05-27 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> Add parsing of https links to pydoc ___ Python tracker <https://bugs.python

[issue30462] urllib does not support NO_PROXY environment variable containing domain with asterisk

2020-05-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: The original pull request has been closed for inactivity, so this is now available for anyone to work on. Please credit the original author if anyone change is based on the original PR. Thanks! -- nosy: +cheryl.sabella versions: +Python 3.10

[issue40807] CODEOP: Show warnings once during _maybe_compile

2020-05-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +19735 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20486 ___ Python tracker <https://bugs.python.org/issu

[issue40807] CODEOP: Show warnings once during _maybe_compile

2020-05-28 Thread Cheryl Sabella
New submission from Cheryl Sabella : When calling `codeop._maybe_compile`, `compile` is run three times. If the code being compiled causes a warning message, the warning is generated each time that `compile` is called, thus (possibly) showing the message three times. See msg370163 and that

[issue37824] IDLE: Handle Shell input warnings properly.

2020-05-28 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks, Terry. I created issue40807 for the codeop warnings. -- ___ Python tracker <https://bugs.python.org/issue37

[issue37218] Default hmac.new() digestmod has not been removed from documentation

2020-05-28 Thread Cheryl Sabella
Cheryl Sabella added the comment: The wording for this was fixed with the PR for #33604. -- nosy: +cheryl.sabella resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> HMAC default to MD5 marked as to be re

[issue25567] shlex.quote doesn't work on bytestrings

2020-05-28 Thread Cheryl Sabella
Cheryl Sabella added the comment: The first pull request has been closed, so this issue is available to be worked on. If the original patch or PR are used, please credit the original authors. Thanks! -- nosy: +cheryl.sabella versions: +Python 3.10 -Python 3.6

  1   2   3   4   5   6   7   8   9   10   >