From 69be3301d823e0776edeb0689e03f1b87c83eda0 Mon Sep 17 00:00:00 2001 From: osmarks Date: Thu, 10 Aug 2023 01:54:51 +0100 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffbf48b..39b704f 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,5 @@ This comes with absolutely no guarantee of support or correct function, although * `smtp2rss.py` - bridge SMTP (inbound emails) to RSS. * `yearbox.html` - DokuWiki-type yearbox prototype for Minoteaur (I think this actually contains an off-by-one error somewhere; it isn't what's actually in use). * `arbitrary-politics-graphs` - all you need to run your own election campaign. -* `heavbiome` - some work on biome generation with Perlin noise. \ No newline at end of file +* `heavbiome` - some work on biome generation with Perlin noise. +* `block_scope.py` - Python uses function scoping rather than block scoping. Some dislike this. I made a decorator to switch to block scoping. \ No newline at end of file