Files
synapse/changelog.d/19111.misc
Andrew Ferrazzutti fcac7e0282 Write union types as X | Y where possible (#19111)
aka PEP 604, added in Python 3.10
2025-11-06 14:02:33 -06:00

2 lines
83 B
Plaintext

Write union types as `X | Y` where possible, as per PEP 604, added in Python 3.10.