We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1825a8 commit db33ae9Copy full SHA for db33ae9
os/os.module.go
@@ -54,6 +54,7 @@ func init() {
54
"curdir": py.String("."),
55
"pardir": py.String(".."),
56
"extsep": py.String("."),
57
+ "altsep": py.None,
58
}
59
60
py.RegisterModule(&py.ModuleImpl{
0 commit comments