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: freeworldbox/MagicPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MagicStack/MagicPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 36 files changed
  • 1 contributor

Commits on Oct 14, 2022

  1. Add Python 3.8 features.

    Add walrus operator `:=`.
    Add positional only args separator `/`.
    Add `=` to f-string formatting.
    
    Fixes MagicStack#189
    vpetrovykh committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    db32a0d View commit details
    Browse the repository at this point in the history
  2. Make raw f-strings consistent.

    Any f-string allows variable interpolation, that includes a raw
    f-string. Make all raw prefixes (`r` or `R`) behave the same way in
    combination with `f` prefix.
    
    Fixes MagicStack#186
    vpetrovykh committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    5b5f388 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Update the syntax to Python 3.10

    Update the built-ins, dunders and add `match` and `case` keywords.
    vpetrovykh committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    7d0f2b2 View commit details
    Browse the repository at this point in the history
Loading