PositionableStream.st
changeset 16840 48075991f9d9
parent 16209 f2d1d7b2d649
child 16876 7e3ad01ca413
--- a/PositionableStream.st	Fri Sep 12 17:37:40 2014 +0200
+++ b/PositionableStream.st	Tue Sep 16 13:11:38 2014 +0200
@@ -668,13 +668,7 @@
      are read and returned.
      See also #throughAll: which also reads up to some objects
      but positions behind it and DOES include it in the returned
-     collection.
-     See also #upToAllExcluding:, which returns the same, but leaves the
-     read pointer after the matched subcollection.
-
-     Note: this behavior is inconsistent with the other upTo.. methods,
-           which position after the found item. We implement the method
-           this way for the sake of ST80-compatibility."
+     collection."
 
     |answerStream element last|
 
@@ -749,11 +743,11 @@
 !PositionableStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.166 2014-03-05 10:02:58 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.167 2014-09-16 11:11:38 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.166 2014-03-05 10:02:58 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.167 2014-09-16 11:11:38 stefan Exp $'
 ! !