diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-18 06:52:18 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-18 06:52:18 +0000 |
commit | 53374858c7e0088888d9bc3299f286593a0c0d63 (patch) | |
tree | 851de032895676c6bf7164db2a069d9e6da6b501 /DEVELOPING | |
parent | Check to see if I have svn.g.o fixed, no actual file changes. (diff) | |
download | portage-idfetch-53374858c7e0088888d9bc3299f286593a0c0d63.tar.gz portage-idfetch-53374858c7e0088888d9bc3299f286593a0c0d63.tar.bz2 portage-idfetch-53374858c7e0088888d9bc3299f286593a0c0d63.zip |
Check to see if I have svn.g.o fixed, no actual file changes, pass #2
svn path=/main/trunk/; revision=6544
Diffstat (limited to 'DEVELOPING')
-rw-r--r-- | DEVELOPING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,4 +64,4 @@ try: except KeyError: dict[foo] = default_value -The get call is nicer (compact) and faster (try,except are slow). +The get call is nicer (compact) and faster (try,except are slow). |