Version 0.3.8 of distlib has recently been released on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be usable
as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Fix #204: use symlinks in venv creation
What Changed?=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
Brief summary:
* Fix #228: Clarify documentation for encryption/decryption.
* Make I/O buffer size configurable via buffer_size attribute on a GPG instance.
This release [2] has been
A new package for extending SysLogHandler with TLS support has been added on
PyPI [1].
Modern syslog servers such as rsyslog, syslog-ng and OpenBSD's syslogd have TLS
support for secure remote logging. Unfortunately the core python SysLogHandler
does not have this functionality yet.
TLSSysLogHan