[Python-Dev] [RELEASE] Python 3.6.0 is released!

2016-12-23 Thread Ned Deily
On behalf of the Python development community and the Python 3.6 release
team, I am pleased to announce the availability of Python 3.6.0.  Python
3.6.0 is the newest major release of the Python language, and it contains
many new features and optimizations.  See the "What’s New In Python 3.6"
document for more information:

https://docs.python.org/3.6/whatsnew/3.6.html

You can download Python 3.6.0 here:

https://www.python.org/downloads/release/python-360/

Also, most third-party distributors of Python should be making 3.6.0
packages available soon.

Maintenance releases for the 3.6 series will follow at regular intervals
starting in the first quarter of 2017.

We hope you enjoy Python 3.6.0!

P.S. As a volunteer-staffed open source project, we could not bring
Python releases to you without the enormous contributions of many,
many people.  Thank you to all who have contributed and reviewed code
and documentation changes, documented and investigated bugs, tested
Python and third-party packages, and provided and supported the
infrastructure needed to support Python development and testing.
Please consider supporting the work of the Python Software Foundation.
More at:

https://www.python.org/psf-landing/

--
  Ned Deily
  n...@python.org -- []

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Python related issue

2016-12-23 Thread Brett Cannon
In the bug it was suggested you post to python-list for help. Have you done
that? (this is python-dev, not python-list).

On Thu, 22 Dec 2016 at 14:39 Manish Singh  wrote:

> Hi All,
>
> Please see below issue. Please reply on bug
> http://bugs.python.org/issue28968
>
>
> [ Issue ]
> I have used xml rpc library with transport as http. My client and server
> are running on same host.
>
> Some xml rpc requests fail with connection reset by peer error number. I
> have used xmlrpclib.ServerProxy() to call remote method on xml rpc server
> running on an ephemeral port.
>
> This issue has happen many times.
>
> log snippet,
>
>   File "/usr/lib64/python2.6/xmlrpclib.py", line 1489, in __request
> verbose=self.__verbose
>   File "/usr/lib64/python2.6/xmlrpclib.py", line 1237, in request
> errcode, errmsg, headers = h.getreply()
>   File "/usr/lib64/python2.6/httplib.py", line 1064, in getreply
> response = self._conn.getresponse()
>   File "/usr/lib64/python2.6/httplib.py", line 990, in getresponse
> response.begin()
>   File "/usr/lib64/python2.6/httplib.py", line 391, in begin
> version, status, reason = self._read_status()
>   File "/usr/lib64/python2.6/httplib.py", line 349, in _read_status
> line = self.fp.readline()
>   File "/usr/lib64/python2.6/socket.py", line 433, in readline
> data = recv(1)
> error: [Errno 104] Connection reset by peer
>
> [ Test Environment ]
> RHEL 6 with linux kernel 2.6.32-504.16.2.el6.
> Python 2.6.6
> glibc-2.12-1.149.7
>
>
> [ Possible Reasons for it ]
>
> 1) The machine is connected to the network, and the network is not
> responsive.
> 2) The other side of the connection is not running normally.
> 3) There are not enough system resources available. Free up system
> resources if they are running low.
>
> Possibility for 1 and 2 are not applicable as it is loop back
> communication(Client and Server running on same machine).
> For Possibility 3, I have already checked system resource and there are
> enough resources(80% RAM used, 20% cpu usage, around 10 GB RAM free).
>
> I checked for other reasons and i found that this issue may be related
> with GIL,
> Please refer this link,
>
> http://stackoverflow.com/questions/383738/104-connection-reset-by-peer-socket-error-or-when-does-closing-a-socket-resu
>
> 1> Can you please let me know, is it really a issue realted with GIL?
> 2> If yes, How to resolve this issue?
> 3> If no, what other reason may exists for such failure. [Note: Those rpc
> requests fail which return python's dictionary data to client]
>
> --
> Er. Manish Singh
> Engineer at NEC Technologies India Limited
> Computer Science & Engineering
> M.Tech ( MNNIT CS Allahabad )
> B. Tech ( Calcutta Institute Of Engg. & Mgmt., Kolkata )
> < email : manish.c...@gmail.com >
> < contact no. -  9899886538 <(989)%20988-6538>, 9651540577 >
>
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/brett%40python.org
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Summary of Python tracker Issues

2016-12-23 Thread Python tracker

ACTIVITY SUMMARY (2016-12-16 - 2016-12-23)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open5652 (+13)
  closed 35159 (+52)
  total  40811 (+65)

Open issues with patches: 2439 


Issues opened (42)
==

#28994: Misc fixes and cleanups in error handling C code
http://bugs.python.org/issue28994  opened by serhiy.storchaka

#28995: pathlib.WindowsPath.resolve() test expects short path
http://bugs.python.org/issue28995  opened by steve.dower

#28997: test_readline.test_nonascii fails on Android
http://bugs.python.org/issue28997  opened by xdegaye

#28998: Unifying Long Integers and Integers in 2.7
http://bugs.python.org/issue28998  opened by serhiy.storchaka

#28999: Use Py_RETURN_NONE and like
http://bugs.python.org/issue28999  opened by serhiy.storchaka

#29001: logging.handlers.RotatingFileHandler rotation broken under gun
http://bugs.python.org/issue29001  opened by Bruce Edge

#29002: typing.AnyStr doc is unclear about python2 unicode support
http://bugs.python.org/issue29002  opened by aj

#29003: sqlite3: can't run VACUUM on Python 3.6
http://bugs.python.org/issue29003  opened by Ma Lin

#29004: binascii.crc_hqx() implements CRC-CCITT
http://bugs.python.org/issue29004  opened by martin.panter

#29006: 2.7.13 _sqlite more prone to "database table is locked"
http://bugs.python.org/issue29006  opened by arigo

#29010: Incorrect description about scope related with inheritance
http://bugs.python.org/issue29010  opened by woo yoo

#29011: No entry Deque in typing.py
http://bugs.python.org/issue29011  opened by rhettinger

#29012: __bases__ is a tuple (possibly empty or a singleton)
http://bugs.python.org/issue29012  opened by Jim Fasarakis-Hilliard

#29013: zipfile: inconsistent doc for ZIP64 file size
http://bugs.python.org/issue29013  opened by mndavidoff

#29014: Python 3.5.2 installer doesn't register IDLE .py extensions on
http://bugs.python.org/issue29014  opened by frostyelsa

#29017: Docs: PySide is provided by 'The Qt Company' and not by 'Nokia
http://bugs.python.org/issue29017  opened by Ettore Atalan

#29020: collapse_rfc2231_value has inconsistent unquoting
http://bugs.python.org/issue29020  opened by bpoaugust

#29021: Custom functions in sqlite receive None on invalid UTF-8
http://bugs.python.org/issue29021  opened by Ingo Ruhnke

#29023: Results of random.seed() call with integer argument should be 
http://bugs.python.org/issue29023  opened by Jakub.Mateusz.Kowalski

#29024: Add Kivy entry to Graphic User Interface FAQ
http://bugs.python.org/issue29024  opened by inclement

#29025: random.seed() relation to hash() function and its determinism 
http://bugs.python.org/issue29025  opened by Jakub.Mateusz.Kowalski

#29026: time.time() documentation should mention UTC timezone
http://bugs.python.org/issue29026  opened by haypo

#29028: Use-After-Free in PyString_FromStringAndSize() of stringobject
http://bugs.python.org/issue29028  opened by dyjakan

#29029: Faster positional arguments parsing in PyArg_ParseTupleAndKeyw
http://bugs.python.org/issue29029  opened by serhiy.storchaka

#29030: argparse: choices override metavar
http://bugs.python.org/issue29030  opened by cykerway

#29033: Windows Python installer rolls back when run under SYSTEM acco
http://bugs.python.org/issue29033  opened by Mr B Jones

#29034: Fix memory leak in path_converter
http://bugs.python.org/issue29034  opened by xiang.zhang

#29035: regrtest: simplify regex to match test names for the --fromfil
http://bugs.python.org/issue29035  opened by haypo

#29036: logging module: Add `full_module_name` to LogRecord details
http://bugs.python.org/issue29036  opened by cool-RR

#29037: Python 2.7.13 prints version header and exits immediately on W
http://bugs.python.org/issue29037  opened by abkhd

#29040: building Android with android-ndk-r14
http://bugs.python.org/issue29040  opened by xdegaye

#29041: Reference leaks on Windows
http://bugs.python.org/issue29041  opened by zach.ware

#29042: os.path.exists should not throw "Embedded NUL character" excep
http://bugs.python.org/issue29042  opened by Dolda2000

#29045: Outdated C api doc about Windows error
http://bugs.python.org/issue29045  opened by xiang.zhang

#29047: Where are the test results stored?
http://bugs.python.org/issue29047  opened by patriki

#29048: Coverage influence tests, make some of them fail
http://bugs.python.org/issue29048  opened by patriki

#29049: Lazy GC tracking frame
http://bugs.python.org/issue29049  opened by inada.naoki

#29050: xml.etree.ElementTree in Python 3.6 is incompatible with defus
http://bugs.python.org/issue29050  opened by adamwill

#29051: Improve error reporting involving f-strings (PEP 498)
http://bugs.python.org/issue29051  opened by Chi Hsuan Yen

#29053: Implement >From_ decoding on input from mbox
http://bugs.python.org/issue29053  opened by bpoaugust

#29054: pty.py: pty.spawn han