Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1967

ANN: pySerial 3.0

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Chris Liechti <cliechti@gmx.net>
Newsgroups comp.lang.python.announce
Subject ANN: pySerial 3.0
Date Wed, 30 Dec 2015 14:30:12 +0100
Lines 34
Approved python-announce-list@python.org
Message-ID <mailman.73.1451485438.11925.python-announce-list@python.org> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Trace news.uni-berlin.de PBSPLWgVB9JrfG8JlXXDfAa0VVOCCVNSRkOrU01NBO4w==
Return-Path <cliechti@gmx.net>
X-Original-To python-announce@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'handler': 0.04; 'svn': 0.05; 'calls.': 0.07; 'subject:ANN': 0.07; 'api': 0.09; '3.0.': 0.09; 'experimental': 0.09; 'git': 0.09; 'output,': 0.09; 'port,': 0.09; 'received:192.168.1.101': 0.09; 'url:github': 0.09; 'url:releases': 0.09; 'url:rst': 0.09; 'used)': 0.09; 'python': 0.10; '2.7': 0.13; 'api,': 0.16; 'deprecated.': 0.16; 'development:': 0.16; 'encodings': 0.16; 'from:addr:gmx.net': 0.16; 'ipv6': 0.16; 'properties,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'threading': 0.16; 'unsupported': 0.16; 'changes': 0.20; 'select': 0.23; 'header :User-Agent:1': 0.26; 'chris': 0.26; 'supported': 0.27; 'parameters': 0.27; 'moved': 0.27; 'selection': 0.29; 'classes': 0.30; 'at:': 0.31; 'changed': 0.33; 'url:python': 0.33; 'unicode': 0.35; 'supports': 0.35; 'there': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'available.': 0.37; 'sources': 0.37; 'release': 0.37; 'version': 0.38; 'log': 0.38; 'url:en': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'easy': 0.60; 'received:62': 0.63; 'more': 0.63; 'serial': 0.70; 'received:192.168.13': 0.84; 'received:62.179': 0.84; 'received:62.179.121': 0.84; 'received:upcmail.net': 0.84; 'to:addr:python-announce': 0.84; 'url:master': 0.84; 'url:readthedocs': 0.84; 'url:latest': 0.91
X-SourceIP 77.59.155.25
X-Authenticated-Sender chris.liechti@hispeed.ch
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
X-Mailman-Approved-At Wed, 30 Dec 2015 09:23:58 -0500
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python.announce:1967

Show key headers only | View raw


A new release of pySerial is available. There have been a lot
of changes so that the major version was bumped up to 3.0.

Changes include (since V2.7):
- Python 2.7 and Python 3.2+ from the same sources (lib2to3 is
   no longer used)
- new API, more properties, the set functions are deprecated.
   (old API still supported for backward compatibility)
- Updated miniterm (uses Unicode for console output, supports
   encodings on serial port, nicer port selection and more).
- IPv6 support for rfc2217:// and socket://
- New spy:// handler to log traffic and control calls.
- New alt:// handler to select implementations
- URL parameters have changed
- Experimental classes for easy threading support
- Experimental asyncio support (posix)
- A number of bugfixes.

See https://github.com/pyserial/pyserial/blob/master/CHANGES.rst
for more details.

Changes in development:
- SVN -> GIT
- moved (from SF) to github: https://github.com/pyserial/pyserial

Currently unsupported is the Jython platform (lack of testing).

Download at: https://github.com/pyserial/pyserial/releases
or via PyPI: https://pypi.python.org/pypi/pyserial

Docs: http://pythonhosted.org/pyserial/ (stable)
       https://pyserial.readthedocs.org/en/latest/ (follows git)

chris

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

ANN: pySerial 3.0 Chris Liechti <cliechti@gmx.net> - 2015-12-30 14:30 +0100

csiph-web