[issue38331] Exec not recognizing global variables inside function
Krishna Oza added the comment: adding self to nosy list. -- nosy: +Krishna Oza ___ Python tracker <https://bugs.python.org/issue38331> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue38391] Typo in tutorial code (does not compile)
Change by Krishna Oza : -- keywords: +patch pull_requests: +16205 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16616 ___ Python tracker <https://bugs.python.org/issue38391> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue36168] DOC: Fix capitalization in string.rst
Krishna Oza added the comment: I am getting the error "GitHub PR already added to issue" when submitting my Github PR for this issue. -- nosy: +Krishna Oza ___ Python tracker <https://bugs.python.org/issue36168> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue37629] Imghdr doesnt recognise some jpeg
Krishna Oza added the comment: The documentation at https://docs.python.org/3/library/imghdr.html?highlight=imghdr#module-imghdr says that JPEG files with JPEG data in JFIF or Exif formats are only supported as of now. Pierre Chopin could help with what format of jpeg you have uploaded. -- nosy: +Krishna Oza ___ Python tracker <https://bugs.python.org/issue37629> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue37629] Imghdr doesnt recognise some jpeg
Change by Krishna Oza : -- components: +Library (Lib) type: -> behavior ___ Python tracker <https://bugs.python.org/issue37629> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue37629] Imghdr doesnt recognise some jpeg
Krishna Oza added the comment: Victor I have debugged the issue and found that the jpg file shared doesnt have the information in its header to identify the file format of this file. The imghdr module needs file format information in first 32 bytes when the jpg file is read in binary mode. However for the file "e2006bd7-51d7-4554-9738-ea13207fd104.jpg" there is no such information present and hence I would like to suggest that the issue be closed appropriately. P.S. Attaching the dump of file "e2006bd7-51d7-4554-9738-ea13207fd104.jpg" when read in binary mode. -- nosy: +vstinner Added file: https://bugs.python.org/file48492/cpython_imghdr_issue.txt ___ Python tracker <https://bugs.python.org/issue37629> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue37618] Docs: Code example locations in stdtypes
Krishna Oza added the comment: Kyle In my opinion the current documentation is correctly formed since the bytearray and str are two different classes in Python they could have different set of functions supported and hence the grouping of functions like islower() to be kept separated for different object types. -- nosy: +Krishna Oza, Mariatta ___ Python tracker <https://bugs.python.org/issue37618> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue37611] Improve the "Dealing with Bugs" documentation, include guidelines on how to report bugs
Krishna Oza added the comment: Mariatta, Would it be okay for now just to move the existing bug filing guidelines to be moved up. -- nosy: +Krishna Oza ___ Python tracker <https://bugs.python.org/issue37611> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1731717] race condition in subprocess module
Krishna Oza added the comment: Hi, Could anyone help here to identify in which Python release the bug is fixed. I am unable to deduce from the bug tracker interface in which release this issue is fixed. Regards. -- nosy: +Krishna Oza ___ Python tracker <http://bugs.python.org/issue1731717> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com