checking escapes


Original Translation
21
Since the argument is a *module* name, you must not give a file extension (``.py``). The ``module-name`` should be a valid Python module name, but the implementation may not always enforce this (e.g. it may allow you to use a name that includes a hyphen).
L'argument étant un nom de *module*, vous ne devez pas fournir d’extension de fichier (``.py``). Le ``nom-du-module` devrait être un nom de module Python valide, mais l'implémentation n’est pas tenue de le vérifier (par exemple, l'utilisation d'un trait d'union peut être autorisée).
22
Package names are also permitted. When a package name is supplied instead of a normal module, the interpreter will execute ``<pkg>.__main__`` as the main module. This behaviour is deliberately similar to the handling of directories and zipfiles that are passed to the interpreter as the script argument.
Les noms de paquets sont aussi autorisés. Quand un nom de paquet est donné à la place d'un module habituel, l'interpréteur exécutera ``<pkg>.__main`` comme module principal. Ce comportement est délibérement identique que pour un répertoire on un fichier zip donné à l'interpréteur comme argument à exécuter.
23
This option cannot be used with built-in modules and extension modules written in C, since they do not have Python module files. However, it can still be used for precompiled modules, even if the original source file is not available.
Cette option ne peut pas être utilisée avec les modules intégrés et les modules d'extension écrits en C, étant donné qu'il ne possèdent pas de fichiers modules en Python. Cependant, elle peut toujours être utilisées pour les modules pré-complilés, même si le fichier source original n'est pas disponible.
24
If this option is given, the first element of :data:`sys.argv` will be the full path to the module file. As with the :option:`-c` option, the current directory will be added to the start of :data:`sys.path`.
Si cette option est donnée, le premier élément de :data:`sys.argv` sera le chemin complet d'accès au fichier du module. Comme pour l'option :option:`-c`, le répertoire courant sera ajouté au début de :data:`sys.path`.
25
Many standard library modules contain code that is invoked on their execution as a script. An example is the :mod:`timeit` module::
Suggestion 0 by nobody:
Having been exploring the itenrnet marketing field for the last 10 years, I am still very frustrated not knowing how exactly to make money online with Affiliate Programs like ClickBank or Commission Junction that's Affiliate Marketing.Please, reply to me only in case you are already making tons of money as a Super Affiliate.In addition, please do regard me as an absolute beginner to Affiliate Marketing as I have never ever made any money with Affiliate Marketing at all.Obviously, the main reason I am interested in the Affiliate Marketing field is the fact that I still do not have my own products or services to sell.What I have realized is that there is a huge amount of scepticism among many potential Affiliates (including myself) when it comes to the important question whether or how I as an ambitious Affiliate can trust the Merchant or how I can be assured that the Merchant will morally and honestly be paying to me (or into my PayPal account) every time I refer them to a customer who then buys the Merchant's product from my Affiliate link.Subsequently, my main questions are:How to research into, find and then select a legitimate Affiliate Program?How to make sure that the Mechant will really link my PayPal account correctly and properly, so that I know he or she is a genuine and professional person who won't be cheating or stealing away my hardly earned commissions?How and where can I create a simple web page (landing page or squueze page) with my affiliate link? Please, once again regard me as an absolute beginner and tell me the step by step process of how to set up or create my Affiliate web page as I really do not know how to.How to ensure the necessary traffic of potential buyers to my Affiliate web site so that I really start seeing some concrete results that's making money online? If it's Pay Per Click that is a solution, please guide me step by step on how to create successful money making Google Adwords campaigns. Or, do you suggest anything better than PPC?Once again, I am only interested to learn from experienced money making Affiliates and Super Affiliates who have been making lots of money from the Affiliate Programs that they have joined.Please, do not try to sell me here any cheap ebooks or similar downloadable information products with hyped and long sales copies, because I won't be wasting my money on these any longer.If you're a genuine and successful Affiliate Marketer, please feel free to reach me on my Skype: bruno.bb100 In advance many thanks for your kind help and advices.Best wishes for the New Year!!
Suggestion 1 by nobody:
9KwFjC <a href="http://la bibliothèque standard contiennent du code qui est invoqué quand ils sont exécutehfcbwwe.com/">lautehfcbwwe</a>
Suggestion 2 by nobody:
QW5gbV <a href="http://vkwvpa bicnfij.com/">vkwvpaicnfij</a>
Suggestion 3 by nobody:
ltNkcN , [url=http://sndkceqa biblifb.com/]sndkceqalifb[/url], [link=http://xvqolhfnoubq.com/]xvqolhfnoubq[/link], http://rvts. Un exemple est le mowcdjkoc.com/
26
python -mtimeit -s 'setup here' 'benchmarked code here' python -mtimeit -h # for details
python -mtimeit -s 'préparation ici' 'code à chronométrer ici'python -mtimeit -h # pour les détails
27
See also
Voir aussi
28
:pep:`338` -- Executing modules as scripts
:pep:`338` -- Exécuter des modules en tant que scripts
29
Read commands from standard input (:data:`sys.stdin`). If standard input is a terminal, :option:`-i` is implied.
Lit les commandes depuis l'entrée standard (:data:`sys.stdin`). Si l'entrée standard est un terminal, l':option:`-i` est activée implicitement.
30
If this option is given, the first element of :data:`sys.argv` will be ``"-"`` and the current directory will be added to the start of :data:`sys.path`.
Si cette option est donnée, le premier élément de :data:`sys.argv` sera ``"-"`` et le répertoire courant sera ajouté au début de :data:`sys.path`.