[issue38391] Typo in tutorial code (does not compile)

2019-10-07 Thread Krishna Oza
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/issu

[issue38331] Exec not recognizing global variables inside function

2019-10-01 Thread Krishna Oza
Krishna Oza added the comment: adding self to nosy list. -- nosy: +Krishna Oza ___ Python tracker <https://bugs.python.org/issue38331> ___ ___ Python-bugs-list m

[issue37611] Improve the "Dealing with Bugs" documentation, include guidelines on how to report bugs

2019-07-19 Thread Krishna Oza
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/issue37

[issue37618] Docs: Code example locations in stdtypes

2019-07-19 Thread Krishna Oza
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

[issue37629] Imghdr doesnt recognise some jpeg

2019-07-19 Thread Krishna Oza
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

[issue37629] Imghdr doesnt recognise some jpeg

2019-07-19 Thread Krishna Oza
Change by Krishna Oza : -- components: +Library (Lib) type: -> behavior ___ Python tracker <https://bugs.python.org/issue37629> ___ ___ Python-bugs-list mai

[issue37629] Imghdr doesnt recognise some jpeg

2019-07-19 Thread Krishna Oza
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

[issue36168] DOC: Fix capitalization in string.rst

2019-06-30 Thread Krishna Oza
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.o

[issue1731717] race condition in subprocess module

2016-02-18 Thread Krishna Oza
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