#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 , 10 years ago
| Has patch: | set | 
|---|
comment:2 by , 10 years ago
| Summary: | Documentation → Note in deployment checklist that PYTHONHASHSEED is randomized by default as of Python 3.3 | 
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin | 
  Note:
 See   TracTickets
 for help on using tickets.
    
PR is here: https://github.com/django/django/pull/6164