Opened 7 years ago
Closed 7 years ago
#9773 closed enhancement (fixed)
python2-2.7.14
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version.
Change History (4)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
comment:3 by , 7 years ago
I'm going to hold off updating for now. The docs are not available. I note that the docs for the previous version are no longer available. Upstream appears to be reorganizing their web server.
Note:
See TracTickets
for help on using tickets.
NEWS
Core and Builtins
Extension Modules
Library
os.putenv()
and
os.spawn*()
.
XML_SetHashSalt()
.
splithost('127.0.0.1#@evil.com/')
now correctly returns the
127.0.0.1
host, instead of treating
@evil.com
as the host in an authentification (
login@host
).
Documentation
Build
make touch
with
make regen-all
.
--enable-optimization
configure option didn't work.
Tests