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

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python/importlib_resources
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.3.1
Choose a base ref
...
head repository: python/importlib_resources
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.3.2
Choose a head ref
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 19, 2024

  1. When blocking stdlib readers, avoid giving deference to degenerate re…

    …aders and instead prefer the standard readers before once again falling back to any CompatibilityFiles reader. Closes #298.
    jaraco committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0c3f294 View commit details
    Browse the repository at this point in the history
  2. Add news fragment.

    jaraco committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    cee77e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f8aa5f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #302 from python/bugfix/298-fallback-precedence

    Restore precedence of standard readers over degenerate readers
    jaraco authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0f44e36 View commit details
    Browse the repository at this point in the history
  5. Finalize

    jaraco committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a3d6fdb View commit details
    Browse the repository at this point in the history
Loading