Skip to content

Commit 2bd1c8f

Browse files
committed
Remove changelog items from todo list
1 parent eab09a8 commit 2bd1c8f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

SHLEX_TODO.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,3 @@ Todo List:
1111
- delete SHLEX_TODO.txt once everything is done
1212

1313
Questions:
14-
15-
Changelog Items:
16-
- if self.default_to_shell is true, then redirection and piping are now properly passed to the shell, previously it was truncated
17-
- object passed to do_* methods has changed. It no longer is the pyparsing object, it's a new Statement object. A side effect of this is that we now have a clean interface between the parsing logic and the rest of cmd2. If we need to change the parser in the future, we can do it without breaking anything. The parser is now self.statement_parser instead of self.command_parser.
18-
- self.commentGrammers is no longer supported or available. Comments are C-style or python style.
19-
- input redirection no longer supported. Use the load command instead.
20-
- multilineCommand attribute is now multiline_command
21-
- submenus now call all hooks, it used to just call precmd and postcmd
22-
- cmd2 ignores identchars. The standardlibrary cmd uses those characters to split the first "word" of the input, but cmd2 hasn't used those for a while, and the new parsing logic parses on whitespace, which has the added benefit of full unicode support, unlike cmd or prior versions of cmd2.
23-
- set_posix_shlex function and POSIX_SHLEX variable have been removed. Parsing behavior is now always posix=false.
24-
- set_strip_quotes function and STRIP_QUOTES_FOR_NON_POSIX have been removed. Quotes are always stripped from arguments.

0 commit comments

Comments
 (0)