Wing Python IDE 7.1.2 has been released

2019-10-09 Thread Wingware
Wing Python IDE version 7.1.2 has been released.  It adds a How-To for 
using Wing with Docker, allows disabling code warnings from the tooltip 
displayed over the editor, adds support for macOS 10.15 (Catalina), 
supports code folding in JSON files, adds optional word wrapping for 
output in the Testing tool, and fixes about 25 minor usability issues.


== Some Highlights of Wing 7.1 ==

* Support for Python 3.8: Wing 7.1 supports editing, testing, and 
debugging code written for Python 3.8, so you can take advantage of 
assignment expressions and other improvements introduced in this new 
version of Python.


* Improved Code Warnings: Wing 7.1 adds unused symbol warnings for 
imports, variables, and arguments found in Python code. This release 
also improves code warnings configuration, making it easier to disable 
unwanted warnings.


* Cosmetic Improvements: Wing 7.1 improves the auto-completer, project 
tool, and code browser with redesigned icons that make use of Wing's 
icon color configuration. This release also improves text display on 
some Linux systems, supports Dark Mode on macOS, and improves display of 
Python code and icons found in documentation.


* And More: Wing 7.1 also adds a How-To for using Wing with Docker, the 
ability to disable code warnings from tooltips on the editor, support 
for macOS 10.15 (Catalina), code folding in JSON files, word wrapping 
for output in the Testing tool, support for Windows 10 native OpenSSH 
installations for remote development, and many minor improvements. This 
release drops support for macOS 10.11. System requirements remain 
unchanged on Windows and Linux.


For details see the change log:  
https://wingware.com/pub/wingpro/7.1.2.0/CHANGELOG.txt


For a complete list of new features in Wing 7, see What's New in Wing 
7:  https://wingware.com/wingide/whatsnew


For general product information:  https://wingware.com/

== Downloads ==

Wing Pro: https://wingware.com/downloads/wing-pro/7.1/binaries
Wing Personal:  https://wingware.com/downloads/wing-personal/7.1/binaries
Wing 101: https://wingware.com/downloads/wing-101/7.1/binaries

Compare Products: https://wingware.com/downloads

See Upgrading https://wingware.com/doc/install/upgrading for details on 
upgrading from Wing 6 and earlier, and Migrating from Older Versions 
https://wingware.com/doc/install/migrating for a list of compatibility 
notes.



--
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


[RELEASE] Python 2.7.17 release candidate 1

2019-10-09 Thread Benjamin Peterson
The first release candidate of Python 2.7.17 is now available for download and 
testing. Python 2.7.17 includes 80 fixes over Python 2.7.16.

Downloads may be found on python.org:

https://www.python.org/downloads/release/python-2717rc1/

Read the full changelog at:


https://raw.githubusercontent.com/python/cpython/1c7b14197b10924e2efc1e6c99c720958be1f681/Misc/NEWS.d/2.7.17rc1.rst

As always with prereleases, please test your applications and libraries and 
report bugs to:

https://bugs.python.org/

A final release is scheduled to follow in 12 days.

PEP 373, the Python 2.7 release schedule, calls for 2.7.17 to be the 
penultimate bug fix release of the Python 2.7 series. Time for Python 2 is 
running low!

Regards,
Benjamin
2.7 release manager
--
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/

Support the Python Software Foundation:
http://www.python.org/psf/donations/