Backing out nested scopes broke the Windows build.  Repairing.
diff --git a/PCbuild/rmpyc.py b/PCbuild/rmpyc.py
index 019c69b..a87eab8 100644
--- a/PCbuild/rmpyc.py
+++ b/PCbuild/rmpyc.py
@@ -1,5 +1,7 @@
 # Remove all the .pyc and .pyo files under ../Lib.
 
+from __future__ import nested_scopes
+
 def deltree(root):
     import os
     def rm(path):