Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-82836: fix private network check #97733

Merged
merged 7 commits into from Nov 29, 2022
Merged

Commits on Oct 2, 2022

  1. pythongh-82836: fix private network check

    Fixes private checks for network objects. The previous method would incorrectly return True for a private check in cases such as "0.0.0.0/0".
    JamoBox committed Oct 2, 2022
  2. Fix NEWS

    JamoBox committed Oct 2, 2022
  3. Fix typo in test

    JamoBox committed Oct 2, 2022

Commits on Oct 4, 2022

  1. Update Misc/NEWS.d/next/Library/2022-10-02-12-38-22.gh-issue-82836.Ov…

    …YLmC.rst
    
    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    JamoBox and JelleZijlstra committed Oct 4, 2022

Commits on Oct 11, 2022

  1. Merge branch 'fix-issue-82836' of https://github.com/JamoBox/cpython

    …into fix-issue-82836
    JamoBox committed Oct 11, 2022