Skip to content

Commit 21b7f79

Browse files
committed
fix(Lib/sys): float_repr_style not export
1 parent 0fb9426 commit 21b7f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pylib/Lib/sys.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import ./n_sys
1313
export n_sys except float_repr_style, platform, getencodings
1414

1515
import ./sys_impl/[genplatform, geninfos, genargs]
16+
const float_repr_style* = str(n_sys.float_repr_style)
1617
genPlatform(str)
1718
genInfos(str, None)
1819
genArgs PyStr, PyList, str, list, newPyListOfCap

0 commit comments

Comments
 (0)