aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
authorAaron Bentley <aaron.bentley@utoronto.ca>2005-03-24 05:40:49 +0000
committerAaron Bentley <aaron.bentley@utoronto.ca>2005-03-24 05:40:49 +0000
commitfff94eaeaaf2c7b9d6c6b9ad559c779cbaa0c5da (patch)
treecc75f71d6744f4c369802286e2af7a6caf73ab67 /libbe
parent04b2bf3bc7472b93500bbf78a7f8355ba00c312d (diff)
downloadbugseverywhere-fff94eaeaaf2c7b9d6c6b9ad559c779cbaa0c5da.tar.gz
Removed comment from example
Diffstat (limited to 'libbe')
-rw-r--r--libbe/utility.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbe/utility.py b/libbe/utility.py
index 3ed4bda..de5d2c5 100644
--- a/libbe/utility.py
+++ b/libbe/utility.py
@@ -70,7 +70,6 @@ def str_to_time(str_time):
>>> str_to_time("Thu, 01 Jan 1970 00:00:00 +0000")
0
>>> q = time.time()
- # int(q) because the round-trip loses sub-second data
>>> str_to_time(time_to_str(q)) == int(q)
True
"""