diff options
Diffstat (limited to 'issues/342.txt')
-rw-r--r-- | issues/342.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/issues/342.txt b/issues/342.txt new file mode 100644 index 00000000..3483f4d0 --- /dev/null +++ b/issues/342.txt @@ -0,0 +1,9 @@ +Id: 342 +Subject: eliminate series of test functions from the input stream interface +Tracker: Feature +Status: Completed +Fixed-Version: 0.4 +Created-On: Thu Dec 29 10:37:42 -0800 2011 +Updated-On: Sat Jan 21 14:04:38 -0800 2012 + +rather than calling a series of tests for exceptional situations, us one main get data function and return the exceptional circumstances from that. This is helpful in the split between wrapper and implementation streams. |