diff --git a/builds/runtimes/python-2.6.0 b/builds/runtimes/python-2.6.0
index a1b05b63dc3fa90228f76689d2b756fb816b5a19..353abc6a7fc69aac02affb854b161cec25eaa3da 100755
--- a/builds/runtimes/python-2.6.0
+++ b/builds/runtimes/python-2.6.0
@@ -2,6 +2,8 @@
 # Build Path: /app/.heroku/python/
 # Build Deps: libraries/sqlite
 
+# NOTICE: This formula only works for the cedar stack, not cedar-14.
+
 OUT_PREFIX=$1
 
 # Protect 2.6 builds from parent Python (causes segfault during build).
diff --git a/builds/runtimes/python-2.6.1 b/builds/runtimes/python-2.6.1
index 9bb85926340637ad03a4d21d9209f20c44557282..e32cdffac20e52615410b998327c00c22bb85bc2 100755
--- a/builds/runtimes/python-2.6.1
+++ b/builds/runtimes/python-2.6.1
@@ -2,6 +2,8 @@
 # Build Path: /app/.heroku/python/
 # Build Deps: libraries/sqlite
 
+# NOTICE: This formula only works for the cedar stack, not cedar-14.
+
 OUT_PREFIX=$1
 
 # Protect 2.6 builds from parent Python (causes segfault during build).