ch04, ch05: udpdates and new chapter

This commit is contained in:
Luciano Ramalho 2020-02-19 00:08:22 -03:00
parent 20dd93c11b
commit a9fb6dc48a

View File

@ -1,11 +0,0 @@
locale.getpreferredencoding() -> 'cp1252'
type(my_file) -> <class '_io.TextIOWrapper'>
my_file.encoding -> 'cp1252'
sys.stdout.isatty() -> False
sys.stdout.encoding -> 'cp1252'
sys.stdin.isatty() -> True
sys.stdin.encoding -> 'utf-8'
sys.stderr.isatty() -> True
sys.stderr.encoding -> 'utf-8'
sys.getdefaultencoding() -> 'utf-8'
sys.getfilesystemencoding() -> 'utf-8'