Skip to content

Commit b2e05d9

Browse files
authored
Merge pull request #8 from eddieantonio/feature/stable
feat: prepare 1.0.0
2 parents fb4ef94 + 023d1f2 commit b2e05d9

6 files changed

+364
-203
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Eddie Antonio Santos
3+
Copyright (c) 2014-2022 Eddie Antonio Santos
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.rst

+6
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ from the assignment expression:
8585
print(MySentinel) # prints `MySentinel`
8686
8787
88+
**NOTE**: this will not work in the interactive console!
89+
90+
>>> import sentinel
91+
>>> # Fails because varname can't find the source code for the interactive console!
92+
>>> MySentinel = sentinel.create("MySentinel")
93+
8894
Example
8995
-------
9096

0 commit comments

Comments
 (0)