Hierosoft / pycodetool

Code conversion tools, mostly just for removing dependencies so far. Eliminates various issues and .NET calls such as introduced by icsharpcode snippet converter C# to Python translation. NOTE: Should be rewritten to use SLY.
GNU General Public License v2.0
1 stars 1 forks source link

Reintroduce flush but succinctly. #4

Open Poikilos opened 4 years ago

Poikilos commented 4 years ago

In parser_op_remove_net_framework: Parse Console.Error.WriteLine(something) param, to implement print(something, file=sys.stderr) so that newline and flush occur on same line (eliminate adding write("\n") and flush())