[Mono-bugs] [Bug 52094][Wis] Changed - Console.Out.Close() actually closes its TextWriter

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Dec 2003 11:57:50 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52094

--- shadow/52094	2003-12-12 05:49:10.000000000 -0500
+++ shadow/52094.tmp.30592	2003-12-12 11:57:50.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 52094
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ginga@kit.hi-ho.ne.jp               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -50,6 +50,12 @@
 is MS.NET 1.2 bug or not.
 
 ------- Additional Comments From ginga@kit.hi-ho.ne.jp  2003-12-12 05:49 -------
 Created an attachment (id=6204)
 Proposed patch.
 
+
+------- Additional Comments From gonzalo@ximian.com  2003-12-12 11:57 -------
+If under current .NET 1.2 it does not close the stream, may be the bug
+is in <= 1.1. Anyway, I would add some #if's for NET_1_2 to behave
+like them.
+