19186d62e771aff7e927ddd71fb479c36c125992 kent Thu Mar 22 19:28:23 2012 -0700 Adding a directory where users can create programs they don't feel are yet ready for other people to user. diff --git python/users/README python/users/README new file mode 100644 index 0000000..ee69f59 --- /dev/null +++ python/users/README @@ -0,0 +1,4 @@ +This directory is where users can put stuff that they want source controlled in the tree, +but not code that they yet want to share with other people. Once other people do want to +use your code, consider polishing it up and putting it in the ../lib and ../program directories +instead. Code under here is not code-reviewed. Code in ../lib and ../program is.