]> granicus.if.org Git - python/commitdiff
Issue #22314: pydoc now works when the LINES environment variable is set.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Nov 2014 22:11:07 +0000 (00:11 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Nov 2014 22:11:07 +0000 (00:11 +0200)
1  2 
Lib/pydoc.py
Misc/NEWS

diff --cc Lib/pydoc.py
Simple merge
diff --cc Misc/NEWS
index 2a5d043eba98ec6c7aaccabaaff2d15c121385e3,e69f91924c47063182017b5abbbe85c773e7f187..b3d92b297dff9f39b5dcc5b249f7bd1ad6c56373
+++ b/Misc/NEWS
@@@ -374,15 -147,70 +374,20 @@@ Librar
  
  - Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
  
 -- Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor
 -  os.posix_fallocate() because their prototypes in system headers are wrong.
 -
 -- Issue #22517: When a io.BufferedRWPair object is deallocated, clear its
 -  weakrefs.
 -
 -- Issue #22448: Improve canceled timer handles cleanup to prevent
 -  unbound memory usage. Patch by Joshua Moore-Oliva.
 -
 -Tests
 ------
 -
 -- Issue #22173: Update lib2to3 tests to use unittest test discovery.
 -
 -- Issue #16000: Convert test_curses to use unittest.
 -
 -- Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not
 -  present. Patch by Remi Pointel.
 -
 -- Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
 -
 -Build
 ------
 -
 -- Issue #16537: Check whether self.extensions is empty in setup.py. Patch by
 -  Jonathan Hosmer.
 -
 -- Issue #18096: Fix library order returned by python-config.
 -
 -- Issue #17219: Add library build dir for Python extension cross-builds.
 +- Issue #20218: Added convenience methods read_text/write_text and read_bytes/
 +  write_bytes to pathlib.Path objects.
  
 -Documentation
 --------------
 +- Issue #22437: Number of capturing groups in regular expression is no longer
 +  limited by 100.
  
 -- Issue #21514: The documentation of the json module now refers to new JSON RFC
 -  7159 instead of obsoleted RFC 4627.
 +- Issue #17442: InteractiveInterpreter now displays the full chained traceback
 +  in its showtraceback method, to match the built in interactive interpreter.
  
 -Windows
 --------
 -
 -- Issue #17896: The Windows build scripts now expect external library sources
 -  to be in ``PCbuild\..\externals`` rather than ``PCbuild\..\..``.
 -
 -- Issue #17717: The Windows build scripts now use a copy of NASM pulled from
 -  svn.python.org to build OpenSSL.
 -
 -- Issue #22644: The bundled version of OpenSSL has been updated to 1.0.1j.
 -
 -What's New in Python 3.4.2?
 -===========================
 -
 -Release date: 2014-10-06
 -
 -Core and Builtins
 ------------------
 -
 -Library
 --------
 -
+ Tools/Demos
+ -----------
+ - Issue #22314: pydoc now works when the LINES environment variable is set.
  - Issue #10510: distutils register and upload methods now use HTML standards
    compliant CRLF line endings.