summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPreston Holmes <preston@ptone.com>2013-03-06 16:00:05 -0800
committerPreston Holmes <preston@ptone.com>2013-03-06 16:13:12 -0800
commit0ea5bf88dddd7fbdef7fe8d00162c9753565f5c0 (patch)
tree18c72b0c276cbbd2f19b0911da113b3c91222d46 /docs
parentc8e3a23d0f6d6683c7d5d4f4107b0c716b879cf0 (diff)
Fixed #19543 -- implemented SimpleLazyObject.__repr__
Thanks to Florian Hahn for the patch
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 609557073e..599da6847c 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -131,6 +131,9 @@ Minor features
:setting:`TEMPLATE_STRING_IF_INVALID` for variables not present in the
context, just like other template constructs.
+* SimpleLazyObjects will now present more helpful representations in shell
+ debugging situations.
+
Backwards incompatible changes in 1.6
=====================================