Message 104839 - Python tracker
Message104839
| Author | vstinner |
|---|---|
| Recipients | Arfrever, ezio.melotti, gregory.p.smith, lemburg, loewis, pitrou, vstinner |
| Date | 2010-05-03.14:25:43 |
| SpamBayes Score | 0.021569135 |
| Marked as misclassified | No |
| Message-id | <1272896745.42.0.0339445191463.issue8603@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> The patch is also missing code which keeps the two dictionaries in > sync. If os.environ changes, os.environb would have to change as > well. No, it doesn't :-) os.environ and os.environb are synchronized and there is a test for this! ;-) I will see later for your other comments. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-03 14:25:45 | vstinner | set | recipients: + vstinner, lemburg, loewis, gregory.p.smith, pitrou, ezio.melotti, Arfrever |
| 2010-05-03 14:25:45 | vstinner | set | messageid: <1272896745.42.0.0339445191463.issue8603@psf.upfronthosting.co.za> |
| 2010-05-03 14:25:43 | vstinner | link | issue8603 messages |
| 2010-05-03 14:25:43 | vstinner | create | |