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