From dd2bad3ea58e9868a9e8b5d91b87f80e22f0680e Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 7 Feb 2020 23:12:49 -0500 Subject: Updated release data for 1.0.0-rc1 in preparation for a release candidate Also: - Updated some very outdated comments in transcript files --- examples/transcripts/exampleSession.txt | 2 +- examples/transcripts/transcript_regex.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/transcripts') diff --git a/examples/transcripts/exampleSession.txt b/examples/transcripts/exampleSession.txt index 8a60f487..85b985d3 100644 --- a/examples/transcripts/exampleSession.txt +++ b/examples/transcripts/exampleSession.txt @@ -1,5 +1,5 @@ # Run this transcript with "python decorator_example.py -t exampleSession.txt" -# The regex for colors is because no color on Windows. +# Anything between two forward slashes, /, is interpreted as a regular expression (regex). # The regex for editor will match whatever program you use. # regexes on prompts just make the trailing space obvious (Cmd) set diff --git a/examples/transcripts/transcript_regex.txt b/examples/transcripts/transcript_regex.txt index ce2a2beb..a3a91236 100644 --- a/examples/transcripts/transcript_regex.txt +++ b/examples/transcripts/transcript_regex.txt @@ -1,5 +1,5 @@ # Run this transcript with "python example.py -t transcript_regex.txt" -# The regex for colors is because no color on Windows. +# Anything between two forward slashes, /, is interpreted as a regular expression (regex). # The regex for editor will match whatever program you use. # regexes on prompts just make the trailing space obvious (Cmd) set -- cgit v1.2.1