[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt update

2008-10-27 Thread Andreas Jung
Log message for revision 92615:
  update

Changed:
  U   Zope/branches/Zope-2_8-branch/doc/CHANGES.txt

-=-
Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
===
--- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt   2008-10-27 15:13:04 UTC 
(rev 92614)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt   2008-10-27 15:13:42 UTC 
(rev 92615)
@@ -4,6 +4,10 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
+  Zope 2.8.11 (unreleased)
+
+Bugs fixed
+
   Zope 2.8.10 (2008/10/24)
 
 Bugs fixed

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt - Update with Mark's comments:

2005-12-21 Thread Sidnei da Silva
Log message for revision 40948:
  
  - Update with Mark's comments:
  
  Problem is that a service/pythonw.exe process *always* has an
  invalid sys.stdout.  But due to the magic of buffering, small
  print statements would not fail - but once the file actually
  got written to, the error happened.  Never a problem when
  debugging, as the process has a console, and hence a valid
  stdout.
  

Changed:
  U   Zope/branches/Zope-2_8-branch/doc/CHANGES.txt

-=-
Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
===
--- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt   2005-12-21 12:13:24 UTC 
(rev 40947)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt   2005-12-21 12:13:36 UTC 
(rev 40948)
@@ -29,10 +29,16 @@
   - Collector #1939: When running as a service, Zope could
 potentially collect too much log output filling the NT Event
 Log. When that happened, a 'print' during exception handling
-would cause an IOError because the service had no 'redirection
-pipe' anymore (because it's shutting down) to write to,
-causing the service to not restart automatically.
+would cause an IOError in the restart code causing the service
+not to restart automatically.
 
+Problem is that a service/pythonw.exe process *always* has an
+invalid sys.stdout.  But due to the magic of buffering, small
+"print" statements would not fail - but once the file actually
+got written to, the error happened.  Never a problem when
+debugging, as the process has a console, and hence a valid
+stdout.
+
   - Collector #1976: FTP STOR command would load the file being
 uploaded in memory. Changed to use a TemporaryFile.
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins