Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#26243 closed Cleanup/optimization (fixed)

Note in deployment checklist that PYTHONHASHSEED is randomized by default as of Python 3.3

Reported by: Raphael Michel Owned by: nobody
Component: Documentation Version: 1.9
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The deployment checklist mentions the PYTHONHASHSEED variable which is no longer relevant as of Python 3.3. We should mention that to avoid confusion.

Change History (4)

comment:1 by Raphael Michel, 8 years ago

Has patch: set

comment:2 by Tim Graham, 8 years ago

Summary: DocumentationNote in deployment checklist that PYTHONHASHSEED is randomized by default as of Python 3.3
Triage Stage: UnreviewedReady for checkin

comment:3 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In c7448c39:

[1.9.x] Fixed #26243 -- Noted that 'python -R' is enabled by default in Python 3.3.

Backport of 5c31d8d189ec24d83e25e2c560860f70307b431e from master

comment:4 by Tim Graham <timograham@…>, 8 years ago

In 5c31d8d1:

Fixed #26243 -- Noted that 'python -R' is enabled by default in Python 3.3.

Note: See TracTickets for help on using tickets.
Back to Top