We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1253009 commit a1825a8Copy full SHA for a1825a8
os/os.module.go
@@ -53,6 +53,7 @@ func init() {
53
"name": getname(),
54
"curdir": py.String("."),
55
"pardir": py.String(".."),
56
+ "extsep": py.String("."),
57
}
58
59
py.RegisterModule(&py.ModuleImpl{
0 commit comments