Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bpo-44539: Added quantized case checker for JPG header
  • Loading branch information
[email protected] committed Jun 30, 2021
commit 235050de52d0eeab5909a13e173499958ef92ea1
27 changes: 27 additions & 0 deletions Misc/NEWS.d/next/Library/2021-06-30-11-34-35.bpo-44539.nP0Xi4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#
# Please enter the relevant bugs.python.org issue number here:
#
.. bpo: 44539

#
# Uncomment one of these "section:" lines to specify which section
# this entry should go in in Misc/NEWS.
#
#.. section: Security
#.. section: Core and Builtins
.. section: Library
#.. section: Documentation
#.. section: Tests
#.. section: Build
#.. section: Windows
#.. section: macOS
#.. section: IDLE
#.. section: Tools/Demos
#.. section: C API

# Write your Misc/NEWS entry below. It should be a simple ReST paragraph.
# Don't start with "- Issue #<n>: " or "- bpo-<n>: " or that sort of stuff.
###########################################################################


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove all the commented lines?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@merwok do you have any clues regarding the doc error? I tried removing the commented-out lines and running the sphinx toolchain locally but it all broke in the same way :/

Added quantized case checker for JPG header