[PATCH 3/4] Add a note about when and how to remove isys.sync

David Shea dshea at redhat.com
Mon Feb 24 14:27:04 UTC 2014


---
 pyanaconda/isys/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/isys/__init__.py b/pyanaconda/isys/__init__.py
index b1f16c6..c216428 100644
--- a/pyanaconda/isys/__init__.py
+++ b/pyanaconda/isys/__init__.py
@@ -57,6 +57,7 @@ EARLY_SWAP_RAM = 896 * 1024
 
 ## Flush filesystem buffers.
 def sync ():
+    # TODO: This can be replaced with os.sync in Python 3.3
     return _isys.sync ()
 
 ISO_BLOCK_SIZE = 2048
-- 
1.9.0



More information about the anaconda-patches mailing list