mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-18 14:29:47 +08:00
Upgrade PyYAML to version 6 (#6183)
* Fix load_all() argument * Remove Python 2 remnants + Replace Text with str + Replace alias "_Str" with str + Import from collections.abc and re where applicable + Remove Python 2 branches * Fix PyYaml allowlist entries + Add yaml._yaml and move CParser and CEmitter there. + Add missing functions, classes, and arguments. * Use relative imports in some modules. * Add __all__ to yaml.cyaml. * Remove unnecessary noqa markers.
This commit is contained in:
@@ -1,2 +1 @@
|
||||
version = "5.4.*"
|
||||
python2 = true
|
||||
version = "6.0.*"
|
||||
|
||||
Reference in New Issue
Block a user