-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Erfan
authored and
Erfan
committed
Apr 12, 2012
1 parent
32c670b
commit 73a6c2e
Showing
4 changed files
with
78 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
At: pr 12 16:30:38 IRDT 2012 | ||
By: Erfankam | ||
Do: | ||
1. add keyword argument passing to put_nowait func | ||
2. fix a bug when we have just a value | ||
3. add changelog and todo files in project | ||
4. add future plan to project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Thu Apr 12 16:30:38 IRDT 2012 | ||
# TODO or FIXME | ||
# work on exceptions during get or put | ||
# about return values list or tuples or simple variables | ||
# use oredered dict instead of dic for all dic | ||
# work on exception | ||
# how to return items just values or both | ||
# use keywordarguments instead of positional ones | ||
# override functions by some options | ||
# queues have tails and head to easily iterate on it all | ||
# add thread safety to lib | ||
# add priority queue inside code instead import it | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters