Skip to content

Commit f7d7795

Browse files
committed
Update v3/docs/user-FAQ.md
1 parent c6f78c9 commit f7d7795

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

v3/docs/user-FAQ.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ if we were truly faithful to Python's semantics, that would result in far too ma
99
However, note that since primitives are **immutable** and thus behave identically regardless of aliasing,
1010
it doesn't matter whether they're rendered in the stack or heap.
1111

12+
Update on 2013-01-06: I've just added a drop-down menu option with two choices:
13+
"inline primitives and nested objects" versus "render all objects on the heap".
14+
If you want to render all objects on the heap, select the latter option.
15+
To avoid too many arrows being drawn, also toggle the "draw references using arrows" option
16+
to "use text labels for references".
17+
1218

1319
#### Unicode strings look weird or broken
1420

0 commit comments

Comments
 (0)