Skip to content

Commit 3169524

Browse files
committed
Mention that int_max_str_digits is equivalent to PYTHONINTMAXSTRDIGITS in the manpage
1 parent 995268d commit 3169524

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Misc/python.man

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@ Limit the maximum digit characters in an int value
555555
when converting from a string and when converting an int back to a str.
556556
A value of 0 disables the limit. Conversions to or from bases 2, 4, 8,
557557
16, and 32 are never limited.
558+
.IP
559+
This is equivalent to the \fB-X int_max_str_digits=\fINUMBER\fR option.
558560
.IP PYTHONMALLOC
559561
Set the Python memory allocators and/or install debug hooks. The available
560562
memory allocators are

0 commit comments

Comments
 (0)