Changeset 391 for python/trunk/Doc/library/scrolledtext.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/scrolledtext.rst
r2 r391 17 17 18 18 :mod:`ScrolledText` has been renamed to :mod:`tkinter.scrolledtext` in Python 19 3. 0.The :term:`2to3` tool will automatically adapt imports when converting20 your sources to 3.0.19 3. The :term:`2to3` tool will automatically adapt imports when converting 20 your sources to Python 3. 21 21 22 22 The text widget and scrollbar are packed together in a :class:`Frame`, and the
Note:
See TracChangeset
for help on using the changeset viewer.