Barry Warsaw 7dfeb42939 EnvironmentError__init__(): The two case clauses were missing
`break's.  This first missing break caused a memory leak when case 3
fell through case 2 in the following example:

import os
os.chmod('/missing', 0600)
2000-07-09 04:56:25 +00:00
..
2000-05-02 18:34:30 +00:00
2000-06-30 23:58:06 +00:00
2000-07-03 21:39:47 +00:00
1994-08-29 10:43:12 +00:00
2000-06-30 23:58:06 +00:00
2000-06-30 23:58:06 +00:00
2000-06-30 23:50:40 +00:00
2000-06-30 23:58:06 +00:00
2000-07-01 01:08:11 +00:00
1996-08-29 18:10:41 +00:00
2000-06-30 23:58:06 +00:00
2000-06-30 23:58:06 +00:00
2000-06-30 23:58:06 +00:00
2000-06-30 23:58:06 +00:00
2000-06-30 23:58:06 +00:00
2000-06-30 23:58:06 +00:00
2000-06-30 23:58:06 +00:00
2000-06-30 23:50:40 +00:00
2000-06-30 23:58:06 +00:00
2000-06-30 23:58:06 +00:00